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

Revision history [back]

click to hide/show revision 1
initial version

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