ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
one easy way to check if ROS is running is to type "rostopic list" in command-line and see if there are any current topics.
2 | No.2 Revision |
one easy way If you want to check if ROS is running is to type do it in a script, run a regex over the output of "rostopic list" for "/rosout." If its not in command-line and see if there are any current topics.the output then the roscore is not running.