ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Is there a way to prevent a node from publishing a topic at launch time?
Other than editing the source of the node in question?
No.
2 | No.2 Revision |
Is there a way to prevent a node from publishing a topic at launch time?
Other than editing the source of the node in question?
No.
If you worried about collisions and / or multiple nodes publishing to the same topic, and you'd like to avoid that, you could make use of remapping or namespacing.
3 | No.3 Revision |
Is there a way to prevent a node from publishing a topic at launch time?
Other than editing the source of the node in question?
No.
If you are worried about collisions and / or multiple nodes publishing to the same topic, and you'd like to avoid that, you could make use of remapping or namespacing.