ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Introduction on writing launch files

asked 2014-11-16 01:01:25 -0500

domikilo gravatar image

updated 2014-11-16 10:57:23 -0500

130s gravatar image

Hi all At now I finished to develop my own ROS application, I want to install my app. as the ROS package, my app. created from rosbuild, and is there any tutorial to guide how to write the launch file? I want make my own launch file including the openni_camera and the kobuki driver. Thanks in advance

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-11-16 11:04:34 -0500

130s gravatar image

updated 2014-11-16 18:15:14 -0500

First I recommend to learn from old wisdom that was opened 3 years ago: launch file how to write it.

What the wises there might have not mentioned is this tutorial: Roslaunch tips for large projects, which introduces very good practices on how to write reusable launch files even for smaller application.

You may also want to look into existing launch files to learn how to accomplish what you want that may not be obviously explained in the docs. There are tons of launch files installed on your machine that you can search by e.g. find /opt/ros/hydro -iname *.launch.

Grammar is elaborated at http://wiki.ros.org/roslaunch/XML as noted in the link above.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-11-16 01:01:25 -0500

Seen: 417 times

Last updated: Nov 16 '14