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

create .launch

asked 2012-08-16 21:22:04 -0500

shane gravatar image

hi,

how can i create a .launch file? is there anywhere a useful tutorial or something?

thx in advance

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2012-08-17 04:09:42 -0500

MarkyMark2012 gravatar image

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.

edit flag offensive delete link more
3

answered 2012-08-16 21:23:56 -0500

michikarg gravatar image

See http://www.ros.org/wiki/ROS/Tutorials/UsingRxconsoleRoslaunch

But maybe you should do the tutorials here in order to get a general overview:

http://www.ros.org/wiki/ROS/Tutorials

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-16 21:22:04 -0500

Seen: 637 times

Last updated: Aug 17 '12