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

Revision history [back]

click to hide/show revision 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.