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

My suggestion would be to rely on one or several nodes to take down the whole roslaunch script when they finish executing. Use the required="true" attribute inside a <node> tag, so whenever your node dies or finishes it takes down all of the other nodes in the launch file.