i am running 2 zedx mini with the examples of ros2 cameras and default is publishing 16 image transport topics each which is not needed. where can i disable it and choose which topics i need it publishes way to much data to my network.
Hi @DailyNir
all the topics are only advertised.
The relative messages are published only if other nodes subscribe to the advertised topics, so there is no network overhead if nodes do not subscribe to topics.
Even though topics are just advertised, for things like recording a rosbag this implies manually selecting topics every time to avoid having very large files, also things like searching for available topics become very cluttered. Is there a way to just disable the non needed topics?