~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_description/hand/xacro/thumb/thumb_ellipsoid.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">
 
2
 
 
3
  <include filename="$(find sr_hand)/model/hand_urdf/thumb/thbase.urdf.xacro" />
 
4
  <include filename="$(find sr_hand)/model/hand_urdf/thumb/thproximal.urdf.xacro" />
 
5
  <include filename="$(find sr_hand)/model/hand_urdf/thumb/thhub.urdf.xacro" />
 
6
  <include filename="$(find sr_hand)/model/hand_urdf/thumb/thmiddle.urdf.xacro" />
 
7
  <include filename="$(find sr_hand)/model/hand_urdf/thumb/thdistal_ellipsoid.urdf.xacro" />
 
8
 
 
9
  <xacro:macro name="thumb" params="parent">
 
10
  
 
11
    <xacro:thbase parent="${parent}">
 
12
    </xacro:thbase>
 
13
    
 
14
    <xacro:thproximal parent="thbase">
 
15
    </xacro:thproximal>
 
16
    
 
17
    <xacro:thhub parent="thproximal">
 
18
    </xacro:thhub>
 
19
    
 
20
    <xacro:thmiddle parent="thhub">
 
21
    </xacro:thmiddle>
 
22
    
 
23
    <xacro:thdistal parent="thmiddle">
 
24
    </xacro:thdistal>
 
25
  
 
26
  </xacro:macro>
 
27
  
 
28
</robot>