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

How do I run .launch files?

asked 2011-07-05 04:45:10 -0500

qdocehf gravatar image

updated 2012-07-02 13:48:01 -0500

mjcarroll gravatar image

Some of the files that I have from downloading ROS have .launch file extensions. I was wondering what this means, but I cannot find anything through Google or Wikipedia. Also, is roslaunch the only way to run .launch files?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-07-05 04:47:37 -0500

fergs gravatar image

updated 2011-07-05 11:05:05 -0500

.launch is simply a roslaunch file. It is an XML file which specifies nodes to launch and parameters to assign to them. It's an easy way to avoid typing "rosrun ... " over and over again when you need to launch many nodes in a particular system.

edit flag offensive delete link more

Comments

Is there another way to run them, or is roslaunch the only way?
qdocehf gravatar image qdocehf  ( 2011-07-05 05:01:41 -0500 )edit
I don't believe so. Why do you need another way?
fergs gravatar image fergs  ( 2011-07-05 05:15:15 -0500 )edit
I don't actually need another way to run them; it would have simply made things a bit easier.
qdocehf gravatar image qdocehf  ( 2011-07-05 05:19:44 -0500 )edit

Question Tools

Stats

Asked: 2011-07-05 04:45:10 -0500

Seen: 4,689 times

Last updated: Jul 05 '11