You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: