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

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.