How to combine many roslaunch commands?
Hello,
I'm new to ROS and to run the code I wrote so far I have to run a lot of different commands:
- roslaunch gazebo_ros empty_world.launch
- roslaunch pr2_gazebo pr2.launch
- roslaunch fake_localization fake_localization.launch
- roslaunch pr2_teleop teleop_keyboard.launch
Is there any way to combine all these commands into one launchfile which can be started at once from the terminal?