21 const char* urdf_name = URDF_PATH
"rhand_model.urdf";
22 const char* joint_name [
SERVOS] =
24 "right_arm_to_wrist",
"right_palm_to_thumb",
"right_palm_to_index",
25 "right_palm_to_medius",
"right_palm_to_ring",
"right_palm_to_pinky",
35 { 125, 160 }, { 50, 160 }, { 55, 155 },
36 { 35, 155 }, { 45, 145 }, { 55, 145 },
64 SERIAL_BAUDRATE = 9600,
76 if (servo_id >=
SERVOS || servo_id < 0)
89 if (servo_index >=
SERVOS || servo_index < 0)
102 if (servo_index >=
SERVOS || servo_index < 0)
int getServoIDFromIndex(uint8_t servo_index)
Whether to print debug output to the serial port.
uint8_t default_pos[SERVOS]
The unique identification for this board.
int getServoIndexFromID(uint8_t servo_id)
int getServoPinFromIndex(uint8_t servo_index)