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

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.

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.