~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_description/robots/shadowhand_motor_ellipsoid.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:41 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122341-vlkm85bisxyv2wsw
just moved all the models out of sr_hand into sr_description, not rewritten yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
 
2
       xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
 
3
       xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
 
4
       xmlns:xacro="http://www.ros.org/wiki/xacro"
 
5
       name="shadowhand_motor">
 
6
 
 
7
  <include filename="$(find sr_hand)/model/materials.urdf.xacro" />
 
8
  <include filename="$(find sr_hand)/model/hand_urdf/full_hand_motor_ellipsoid.urdf.xacro" />
 
9
  <include filename="$(find sr_hand)/model/gazebo/gazebo.urdf.xacro" />
 
10
 
 
11
  <xacro:shadowhand_motor>
 
12
  </xacro:shadowhand_motor>
 
13
 
 
14
 
 
15
</robot>