~ugocupcic/sr-ros-interface/manipulation

« back to all changes in this revision

Viewing changes to shadow_robot/sr_hand/model/robots/xacro/arm_and_hand_motor.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:
4
4
  <include filename="$(find sr_hand)/model/arm_urdf/full_arm_motor.urdf.xacro" />
5
5
  <include filename="$(find sr_hand)/model/hand_urdf/full_hand_motor.urdf.xacro" />
6
6
  <include filename="$(find sr_hand)/model/gazebo/gazebo.urdf.xacro" />
7
 
  
 
7
  <include filename="$(find sr_hand)/model/desk/desk.urdf.xacro" />
 
8
 
 
9
  <xacro:desk/>
 
10
 
 
11
  <joint name="base_fix" type="fixed">
 
12
    <parent link="desk_pillar"/>
 
13
    <child link="shadowarm_base"/>
 
14
    <origin rpy="0 0 0" xyz="0 0 1.0"/>
 
15
  </joint>
 
16
 
8
17
  <xacro:sr_arm_motor>
9
18
  </xacro:sr_arm_motor>
10
19
 
11
20
  <joint name="arm_link" type="revolute">
12
21
    <parent link="shadowarm_handsupport_motor"/>
13
22
    <child link="forearm_motor"/>
14
 
    <origin xyz="0 0 0" rpy="${M_PI/2} 0 ${M_PI/2}" />
 
23
    <origin xyz="0 0 0" rpy="0 0 ${M_PI}" />
15
24
    <axis xyz="0 -1 0" />
16
25
    <limit lower="0" upper="0" effort="10"
17
26
    velocity="1.0" />
18
27
    <dynamics damping="3.5"/>
19
28
  </joint>
20
 
  
 
29
 
21
30
  <xacro:shadowhand_motor>
22
31
  </xacro:shadowhand_motor>
23
32
 
24
 
</robot> 
 
33
</robot>