ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Overload error means that the servo is unable to move to a desired position because it can't bear the load attached to it. You can't really solve this problem in software unless you turn off the overload alarm, bu then you can physically damage the motor.
Also, the position input to the motors is in radians not in encoder units, so you need to convert your degree input to radians not to motor encoder units.