Closed billmania closed 1 year ago
To pass a joystick position from the joystick to the drive motors, the following happens:
in the browser
in the NodeJS server
at the backend ROS base node
Reduced the severity of this issue by setting the subscription queue to 1 for both /cmd_vel and /servos in the base node.
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