by wingzerox8 » Thu May 21, 2009 1:17 am
by wingzerox8
Thu May 21, 2009 1:17 am
hi, i've been trying to work with the libraries for a project and so far i've tried the example.c and the libraries and they're working very well. However, since i'm not very efficient in C coding, i was wondering if someone can elaborate a bit more on the humanloid walking algorithm and the AX-S1 sensor readings. I've tried to studied the codes posted here, and i've attempted to analyze the code and worked with it, but so far i haven't had much success.
For example:
i've tried to do uint8_t *data = dx_read(100, P_IRDATA_L, 3); , but i'm not really sure of the P_IRDATA_L part.
and i've also tried the
DX_RAM(26, 8, R, IR_data_left);
DX_RAM(27, 8, R, IR_data_center);
DX_RAM(28, 8, R, IR_data_right);
but i'm getting errors. I could really use some help regarding some of these points, thank you.
hi, i've been trying to work with the libraries for a project and so far i've tried the example.c and the libraries and they're working very well. However, since i'm not very efficient in C coding, i was wondering if someone can elaborate a bit more on the humanloid walking algorithm and the AX-S1 sensor readings. I've tried to studied the codes posted here, and i've attempted to analyze the code and worked with it, but so far i haven't had much success.
For example:
i've tried to do uint8_t *data = dx_read(100, P_IRDATA_L, 3); , but i'm not really sure of the P_IRDATA_L part.
and i've also tried the
DX_RAM(26, 8, R, IR_data_left);
DX_RAM(27, 8, R, IR_data_center);
DX_RAM(28, 8, R, IR_data_right);
but i'm getting errors. I could really use some help regarding some of these points, thank you.