~shadowrobot/sr-ros-interface/Feature_update_controller_params

« back to all changes in this revision

Viewing changes to sr_hand/model/robots/xacro/shadowhand_motor_ellipsoid.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:16 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122316-6i0bxukylymyg4xi
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>