ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The ROS graph is implicit, rather than explicit. There isn't a single file that defines the graph.
Instead, each node has a fixed set of topic types that it subscribes to and publishes, and the topic names can be configured on a per-node basis at runtime through remapping arguments or the remap tag in launch files.