ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
roslaunch intentionally does not provide any dependencies between nodes and launches. If you need a node to be running before you do something else, you'd probably need to do something custom or solve the problem differently. The reason for this is that there is just no definition of what it means that a node is running.