billmania / roboquest_core

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

Add topic /motor_speed to control drive motor max speed #44

Closed billmania closed 1 year ago

billmania commented 1 year ago

Implemented the /motor_speed topic to carry the MotorSpeed messages used to set the maximum speed of the drive motors.

Tested by building and deploying, then using UI to:

Requires rq_msgs PR 5 and rq_ui PR 89.