Disbled the RQServos._slow_motion() method so commands to move servos aren't damped. The servo motion is now as fast as the servo can move from its current position to the commanded position. Multiple commands to move a servo to a specific angle now function no differently than a single command.
Tested by starting rq_core and rq_ui, using the browser UI to enable the servos, and then using
Disbled the RQServos._slow_motion() method so commands to move servos aren't damped. The servo motion is now as fast as the servo can move from its current position to the commanded position. Multiple commands to move a servo to a specific angle now function no differently than a single command.
Tested by starting rq_core and rq_ui, using the browser UI to enable the servos, and then using
to publish onto /servos. Also used rqt to watch for any error or complaints.
This is Issue #23