~ugocupcic/sr-ros-interface/manipulation

« back to all changes in this revision

Viewing changes to shadow_robot/sr_hand/regenerate_urdf.sh

  • Committer: Ugo Cupcic
  • Date: 2011-05-23 15:44:05 UTC
  • mfrom: (119.1.67 sr-ros-interface)
  • Revision ID: ugo@shadowrobot.com-20110523154405-kwvv543sy9wxehzi
Huge merge from trunk. Lots of changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
echo "Regenerating URDF files"
4
4
source ~/.bashrc.d/ros.sh
5
5
roscd sr_hand/model/robots
 
6
 
6
7
for i in $( ls *.urdf ) ; do
7
8
    echo "Generating "$i
8
9
    `rosrun xacro xacro.py -o $i xacro/$i.xacro` ;