~shadowrobot/sr-ros-interface/stable_diamondback

« back to all changes in this revision

Viewing changes to doc/generate_doc.sh

  • Committer: Ugo Cupcic
  • Date: 2010-07-08 21:21:30 UTC
  • Revision ID: ugocupcic@gmail.com-20100708212130-khzdhw4zqxjedkb0
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
cd `rospack find rosdoc`
 
4
 
 
5
./rosdoc shadow_robot sr_hand sr_control_gui sr_display sr_remappers cyberglove
 
6
 
 
7
cd `rosstack find shadow_robot`
 
8
 
 
9
echo cp -r `rospack find rosdoc`/doc doc/doxygen/
 
10
cp -r `rospack find rosdoc`/doc/* doc/doxygen/
 
11
 
 
12
echo "Doc generated and copied to doc/doxygen in shadow_robot stack."