ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
All of the documentation you're referencing is for a nodelet. Namely, the yocs_cmd_vel_mux nodelet. This PARTICULAR nodelet is the thing that actually implements the topic multiplexing you're looking for.
For the implementation, I recommend 3 launch files:
With this set of launch files, your multiplexer will always be available to pass velocity commands from navigation and teleop if they are running.