ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think you don't need multiple nodes for your application. The main thing ros::init does is set the name and register the remappings.
You just need multiple topic descriptions and that works without a problem (independent of the node name).
2 | No.2 Revision |
I think you don't need multiple nodes for your application. The main thing ros::init does is set the name and register the remappings.
You just need multiple topic descriptions and that works without a problem (independent (you can set topic names independent of the node name).
3 | No.3 Revision |
I think you don't need multiple nodes for your application. The main thing ros::init does is set the name and register the remappings.
You just need multiple topic descriptions and that works without a problem (you can set remap topic names independent of the node name).name if you want).