ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you start your script with roslaunch
files, the best option might be what ruffsl
suggested on this github issue and simply add --wait
(e.g. roslaunch --wait robot_plan robot_plan.launch
) to it.