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

Roslaunch recursive parsing

asked 2011-05-23 06:59:22 -0500

baxelrod gravatar image

updated 2011-05-28 05:22:18 -0500

kwc gravatar image

Does anyone have some code or utility that will let me use 'cat' or 'grep' recursively on ros launch files? I have launch files that include other launch files, and it can be quite a hunt to find things sometimes.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-05-23 08:52:17 -0500

kwc gravatar image

That's a good feature request. I went ahead and implemented it in r13774. You should be able to apply a patch to your tree that does:

roslaunch --files <filename>

which will print: <filename> [included files...]

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-05-23 06:59:22 -0500

Seen: 364 times

Last updated: May 23 '11