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

generate ros docs for a list of packages?

asked 2015-06-11 14:19:38 -0500

kunal gravatar image

I have been looking at the rosdoc_lite package and it only seems to run for one package at a time. Is there a way to run it for a list of packages?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-06-19 19:29:28 -0500

joq gravatar image

You can wrap it in a shell script, or run something like this from a directory containing your packages:

for p in *
do
    rosdoc_lite $p -o ~/docs/$p
done
edit flag offensive delete link more

Comments

Thank you :)

kunal gravatar image kunal  ( 2015-06-19 21:07:14 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-06-11 14:19:38 -0500

Seen: 191 times

Last updated: Jun 19 '15