ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could probably use the Master API to get a list of all publishers for a particular message type (getTopicTypes(..)
). Then iterate over that and subscribe to the topics that you're interested in.