You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are going to have multiple sources of cmd_vel, it would be better to have somebody arbitrating the topics using priorities. cmd_vel_mux seems to offer this capabilities.
The text was updated successfully, but these errors were encountered:
The motivation for this is use of the android app, while the robot is driving.
Because it's not trivial to get the android app to publish something other than cmd_vel, the idea is that we will have move_base publish something like cmd_vel_move_base and have the Teensy subscribe to a topic like cmd_vel_mux which the cmd_vel_mux package would publish.
If we are going to have multiple sources of cmd_vel, it would be better to have somebody arbitrating the topics using priorities. cmd_vel_mux seems to offer this capabilities.
The text was updated successfully, but these errors were encountered: