ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can use a launch file to assign different namespaces to the nodes as shown in this tutorial under 1.4.2. Also, you can use cmd_vel_mux which allows you to assign priority levels to cmd_vel messages.
2 | No.2 Revision |
You can use a launch file to assign different namespaces to the nodes as shown in this tutorial under 1.4.2. Also, you can use cmd_vel_mux which allows you to assign priority levels to cmd_vel messages.messages which will block conflicting messages by dropping one with lower priority.