~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_description/robots/arm_and_sr_one_finger_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.urdf.xacro" />
 
5
  <include filename="$(find sr_hand)/model/hand_urdf/one_finger_unit_motor.urdf.xacro" />
 
6
  <include filename="$(find sr_hand)/model/gazebo/gazebo.urdf.xacro" />
 
7
  <include filename="$(find sr_hand)/model/desk/desk.urdf.xacro" />
 
8
 
 
9
  <xacro:desk/>
 
10
 
 
11
  <joint name="arm_to_desk_fixed" 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
 
 
17
  <joint name="base_fix" type="fixed">
 
18
    <parent link="world"/>
 
19
    <child link="desk_support"/>
 
20
    <origin rpy="0 0 0" xyz="0 0 0"/>
 
21
  </joint>
 
22
 
 
23
  <xacro:sr_arm_motor>
 
24
  </xacro:sr_arm_motor>
 
25
 
 
26
  <joint name="arm_link" type="revolute">
 
27
    <parent link="shadowarm_handsupport_motor"/>
 
28
    <child link="forearm_motor"/>
 
29
    <origin xyz="0 0 0" rpy="0 0 ${M_PI}" />
 
30
    <axis xyz="0 -1 0" />
 
31
    <limit lower="0" upper="0" effort="10"
 
32
    velocity="1.0" />
 
33
    <dynamics damping="3.5"/>
 
34
  </joint>
 
35
 
 
36
  <xacro:shadowhand_motor>
 
37
  </xacro:shadowhand_motor>
 
38
 
 
39
</robot>