ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
rostopic list -s
gives a list of subscribed, active topics. To save the list,
rostopic list -s > activeTopics.txt
Will save the list in your current directory. I don't see an easy way to do the same with nodes, though.