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

why some launch file have extension type foo.launch.xml ?

asked 2015-07-25 17:57:49 -0500

prrraveen gravatar image

I am going through moveit pr2 tutorials and I see .launch.xml extension .Why do we need two extension. For example pr2_moveit_controller_manager.launch.xml

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2015-07-26 01:04:51 -0500

gvdhoorn gravatar image

updated 2016-08-17 10:59:57 -0500

roslaunch automatically tab-completes any files with a .launch extension. In order for launch files that are mostly used as includes to not (edited) show up on those listings, they are given a second extension .xml (which they actually are).

edit flag offensive delete link more

Comments

@gvdhoorn, you mean "... used as includes to NOT show up on those listings ...", right?

spmaniato gravatar image spmaniato  ( 2016-08-17 10:54:22 -0500 )edit
1

Yes, you are right. They don't show up, exactly because they don't have a .launch extension.

gvdhoorn gravatar image gvdhoorn  ( 2016-08-17 11:00:19 -0500 )edit

Question Tools

Stats

Asked: 2015-07-25 17:57:49 -0500

Seen: 330 times

Last updated: Aug 17 '16