~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_description/robots/arm_and_hand_motor.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:41 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122341-vlkm85bisxyv2wsw
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:xacro="http://ros.org/wiki/xacro" name="arm_and_hand">
 
2
 
 
3
  <include filename="$(find sr_hand)/model/materials.urdf.xacro" />
 
4
  <include filename="$(find sr_hand)/model/arm_urdf/full_arm_motor_with_kinect.urdf.xacro" />
 
5
  <include filename="$(find sr_hand)/model/hand_urdf/full_hand_motor.urdf.xacro" />
 
6
  <include filename="$(find sr_hand)/model/gazebo/gazebo.urdf.xacro" />
 
7
 
 
8
  <include filename="$(find sr_hand)/model/desk/desk.urdf.xacro" />
 
9
 
 
10
  <xacro:desk/>
 
11
 
 
12
  <joint name="arm_to_desk_fixed" type="fixed">
 
13
    <parent link="desk_pillar"/>
 
14
    <child link="shadowarm_base"/>
 
15
    <origin rpy="0 0 0" xyz="0 0 1.0"/>
 
16
  </joint>
 
17
 
 
18
  <joint name="base_fix" type="fixed">
 
19
    <parent link="world"/>
 
20
    <child link="desk_support"/>
 
21
    <origin rpy="0 0 0" xyz="0 0 0"/>
 
22
  </joint>
 
23
 
 
24
  <xacro:sr_arm_motor>
 
25
  </xacro:sr_arm_motor>
 
26
 
 
27
  <joint name="arm_link" type="fixed">
 
28
    <parent link="shadowarm_handsupport_motor"/>
 
29
    <child link="forearm_motor"/>
 
30
    <origin xyz="0 0 0" rpy="0 0 ${2.35619449}" />
 
31
  </joint>
 
32
 
 
33
  <xacro:shadowhand_motor>
 
34
  </xacro:shadowhand_motor>
 
35
 
 
36
</robot>