~ugocupcic/sr-ros-interface/manipulation

« back to all changes in this revision

Viewing changes to shadow_robot/sr_hand/model/hand_urdf/thumb/thproximal.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:
9
9
  <include filename="$(find sr_hand)/model/hand_urdf/thumb/thproximal.transmission.xacro" />
10
10
 
11
11
  <xacro:macro name="thproximal" params="parent">
12
 
  
 
12
 
13
13
    <link name="thproximal">
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
21
        <origin xyz="0 0 0" rpy="0 0 0" />
22
22
        <geometry name="thproximal_visual">
23
 
      <mesh filename="package://sr_hand/model/meshes/TH3_z.mesh" scale="0.01 0.01 0.01" />
 
23
      <mesh filename="package://sr_hand/model/meshes/TH3_z.mesh" scale="0.001 0.001 0.001" />
24
24
      </geometry>
25
25
      <material name="shadow_thproximal_material">
26
26
          <color rgba="0.2 0.2 0.2 1.0"/>
45
45
          <interface:bumper name="thproximal_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
 
52
51
    <joint name="THJ4" type="revolute">
53
52
      <parent link="${parent}"/>
54
53
      <child link="thproximal"/>
60
59
    </joint>
61
60
 
62
61
    <xacro:thproximal_transmission />
63
 
  
 
62
 
64
63
  </xacro:macro>
65
 
  
 
64
 
66
65
</robot>