~guihome/sr-ros-interface/compatibility_manipstack2

« back to all changes in this revision

Viewing changes to sr_hand/model/arm_urdf/lower_arm/shadowarm_lowerarm.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-20 13:18:06 UTC
  • mfrom: (366.1.1 shadow_robot)
  • Revision ID: ugo@shadowrobot.com-20120720131806-t3cxkv09p7cpgdyy
Extracted and adapted modifications needed to shadow stack from the manip-electric version to be compatible with sr-manipulation electric and to run in real. Works without manipulation stack also, but requires some testing of all the launch files. New dae meshes are currently with wrong colors but are working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  
7
7
    <link name="shadowarm_lowerarm">
8
8
        <inertial>
9
 
          <origin xyz="0.08 0 0.0655" rpy="0 0 0" />
 
9
          <origin xyz="0.08 0 0.0625" rpy="0 0 0" />
10
10
          <mass value="1.7" />
11
11
          <inertia  ixx="1.0" ixy="0.0"  ixz="0.0"  iyy="0.0"  iyz="0.0"  izz="0.0" />
12
12
        </inertial>
13
13
        <visual>
14
14
          <origin xyz="0.03 0 0.036" rpy="0 0 0"/>
15
15
          <geometry name="shadowarm_lowerarm_visual">
16
 
            <mesh filename="package://sr_hand/model/meshes/arm/elbow_flex.mesh" scale="0.001 0.001 0.001" />
 
16
            <mesh filename="package://sr_hand/model/meshes/arm/elbow_flex.dae" scale="0.001 0.001 0.001" />
17
17
          </geometry>
18
18
          <material name="Grey" />
19
19
        </visual>
20
20
        <collision>
21
 
          <origin xyz="0.08 0 0.0655" rpy="0 0 0"/>
 
21
          <origin xyz="0.08 0 0.0625" rpy="0 0 0"/>
22
22
          <geometry name="shadowarm_lowerarm_collision">
23
 
            <box size="0.03 0.03 0.131"/>
 
23
            <box size="0.03 0.03 0.10"/>
24
24
          </geometry>
25
25
        </collision>
26
26
    </link>
34
34
      <child link="shadowarm_lowerarm"/>   
35
35
      <origin xyz="0 0 0.369" rpy="0 0 0" />
36
36
      <axis xyz="0 -1 0" />
37
 
      <limit lower="0" upper="2.09439510239"
 
37
      <limit lower="0.52" upper="2.09439510239"
38
38
      effort="10" velocity="1.0"/>
39
39
      <dynamics damping="50.5"/>
40
40
    </joint>