ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could also use part of this answer: the following line checks periodically if ros is started.
until rostopic list ; do sleep 1; done