I'm programming a DYNAMIXEL XM430 servo and I'm trying to make it move, however, setGoalVelocity() is not changing the velocity of the motor, does anyone know why?
@Space18
Hi, What operating mode have you chosen for your XM430?
setGoalVelocity() is a function for Velocity control mode (Wheel mode).
If you are using Position control mode, it will not work.
I'm programming a DYNAMIXEL XM430 servo and I'm trying to make it move, however, setGoalVelocity() is not changing the velocity of the motor, does anyone know why?