~ugocupcic/sr-ros-interface/manipulation

« back to all changes in this revision

Viewing changes to shadow_robot/sr_hand/model/hand_urdf/thumb/thmiddle.urdf.xacro

  • 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:
13
13
    <link name="thmiddle">
14
14
      <inertial>
15
15
        <mass value="0.016" />
16
 
        <origin xyz="0 0 0" rpy="0 0 0"/> 
 
16
        <origin xyz="0 0 0" rpy="0 0 0"/>
17
17
        <inertia  ixx="1.0" ixy="0.0"  ixz="0.0"  iyy="0.0"  iyz="0.0"
18
18
        izz="0.0" />
19
19
      </inertial>
20
20
      <visual>
21
 
        <origin xyz="0 0 0" rpy="0 -${M_PI/2} 0" />
 
21
        <origin xyz="0 0 0" rpy="0 0 0" />
22
22
        <geometry name="thmiddle_visual">
23
23
        <mesh filename="package://sr_hand/model/meshes/TH2_z.mesh" scale="0.001 0.001 0.001" />
24
24
      </geometry>
45
45
          <interface:bumper name="thmiddle_gazebo_ros_bumper_iface" />
46
46
        </controller:gazebo_ros_bumper>
47
47
      </sensor:contact>
48
 
 
49
48
      <material>Gazebo/Grey</material>
50
49
    </gazebo>
51
50
 
62
61
    <xacro:thmiddle_transmission />
63
62
 
64
63
  </xacro:macro>
65
 
  
 
64
 
66
65
</robot>