ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Hide some topics when launching a node?

asked 2015-09-10 07:40:00 -0500

drewm1980 gravatar image

Some nodes I launch publish topics I never intend to use, and they just clutter up the namespace. Is there a way to prevent a node from publishing a topic at launch time?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2015-09-10 09:29:57 -0500

gvdhoorn gravatar image

updated 2015-09-10 09:31:56 -0500

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.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-09-10 07:40:00 -0500

Seen: 1,105 times

Last updated: Sep 10 '15