|
uint8 mode # motor target mode
|
|
float32 q # motor target position
|
|
float32 dq # motor target velocity
|
|
float32 tau # motor target torque
|
|
float32 Kp # motor spring stiffness coefficient
|
|
float32 Kd # motor damper coefficient
|
|
uint32[3] reserve # motor target torque |