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

If you want to stop it in the command line, you can kill the process like this:

roslaunch [package] [launchfile] &
roslaunch_PID=$!
# Do whatever you need to do here
kill -INT $roslaunch_PID