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
  1. Create a [shell script].sh file and write there your "roslaunch [package] [launch file] command"
  2. If you want to add multiple launch files then you can separate them with "&" and "sleep x" (where x is the seconds to sleep between the launch files).
  3. Make the [shell script].sh file executable by using chmod u+x
  4. Run the script file with ./[shell script].sh in the terminal