1 #ifndef motor_driver_config_h
2 #define motor_driver_config_h
6 #define SERIAL_PRINT false
8 #define FRONT_LEGS true
9 #define REAR_LEGS false
32 #define position_offset_motor_1 M_PI/4.0
33 #define position_offset_motor_2 0.0
34 #define position_offset_motor_3 0.0
35 #define position_offset_motor_4 -M_PI/4.0
36 #define position_offset_motor_5 0.0
37 #define position_offset_motor_6 0.0
39 #define position_offset_motor_1 M_PI*3.0/4.0
40 #define position_offset_motor_2 0.0
41 #define position_offset_motor_3 0.0
42 #define position_offset_motor_4 -M_PI*3.0/4.0
43 #define position_offset_motor_5 0.0
44 #define position_offset_motor_6 0.0
46 #define position_offset_motor_1 0.0
47 #define position_offset_motor_2 0.0
48 #define position_offset_motor_3 0.0
49 #define position_offset_motor_4 0.0
50 #define position_offset_motor_5 0.0
51 #define position_offset_motor_6 0.0
static int INITIAL_NUMBER_OF_MOTOR_ROTATIONS[6]
#define position_offset_motor_3
static double POSITION_OFFSET[6]
#define position_offset_motor_1
#define position_offset_motor_4
#define position_offset_motor_6
#define position_offset_motor_2
#define position_offset_motor_5