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

Revision history [back]

You do not have to do that in ROS. Data will (should) be computed only if there is at least one subscriber listening to your topic. The whole goal here is to reduce the configuration burden of each node. Think of the topic list as a list of capabilities and not a list of produced data.