ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Tut here too - http://ros.org/wiki/roslaunch/XML at it's simplest at launch file will look like:
<launch>
<node name="talker" pkg="rospy_tutorials" type="talker" />
</launch>
Remember that a launch file will start roscore for you - if one doesn't already exist.