billmania / roboquest_core

The backend functionality for the RoboQuest project
1 stars 0 forks source link

Too much motor and servo latency P1 #29

Closed billmania closed 1 year ago

billmania commented 1 year ago

The delay between moving the joystick, both from 0 to non-zero and from non-zero back to 0, and the drive motors responding is too great. The delay between the sliders and the servos is also too great.

See roboquest_ui Issue 67

billmania commented 1 year ago

To pass a joystick position from the joystick to the drive motors, the following happens:

in the browser

billmania commented 1 year ago

Reduced the severity of this issue by setting the subscription queue to 1 for both /cmd_vel and /servos in the base node.