~shadowrobot/sr-ros-interface/stable_diamondback

« back to all changes in this revision

Viewing changes to shadow_robot/sr_hand/model/hand_urdf/full_hand_muscle.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2011-11-21 16:31:23 UTC
  • mfrom: (1.1.164 sr-ros-interface)
  • Revision ID: ugo@shadowrobot.com-20111121163123-k5q6e8l00w81f5hx
0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
 
2
       xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
 
3
       xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
 
4
       xmlns:xacro="http://www.ros.org/wiki/xacro">
 
5
  
 
6
  <include filename="$(find sr_hand)/model/hand_urdf/forearm/forearm_muscle.urdf.xacro" />
 
7
  <include filename="$(find sr_hand)/model/hand_urdf/wrist/wrist.urdf.xacro" />
 
8
  <include filename="$(find sr_hand)/model/hand_urdf/palm/palm.urdf.xacro" />
 
9
  <include filename="$(find sr_hand)/model/hand_urdf/finger/classic_finger.urdf.xacro" />
 
10
  <include filename="$(find sr_hand)/model/hand_urdf/finger/little_finger.urdf.xacro" />
 
11
  <include filename="$(find sr_hand)/model/hand_urdf/thumb/thumb.urdf.xacro" />
 
12
 
 
13
  <xacro:macro name="shadowhand_muscle">
 
14
  
 
15
    <xacro:forearm_muscle>
 
16
    </xacro:forearm_muscle>
 
17
    
 
18
    <xacro:wrist parent="forearm_muscle">
 
19
      <origin xyz="0 0 0.396" rpy="0 0 0" />
 
20
    </xacro:wrist>
 
21
    
 
22
    <xacro:palm parent="wrist">
 
23
    </xacro:palm>
 
24
    
 
25
    <xacro:finger link_prefix="ff" joint_prefix="FF" parent="palm">
 
26
      <origin xyz="0.033 0 0.095" rpy="0 0 0" />
 
27
      <axis xyz="0 -1 0" />
 
28
    </xacro:finger>
 
29
    
 
30
    <xacro:finger link_prefix="mf" joint_prefix="MF" parent="palm">
 
31
      <origin xyz="0.011 0 0.099" rpy="0 0 0" />
 
32
      <axis xyz="0 -1 0" />
 
33
    </xacro:finger>
 
34
    
 
35
    <xacro:finger link_prefix="rf" joint_prefix="RF" parent="palm">
 
36
      <origin xyz="-0.011 0 0.095" rpy="0 0 0" />
 
37
      <axis xyz="0 1 0" />
 
38
    </xacro:finger>
 
39
    
 
40
    <xacro:little_finger link_prefix="lf" joint_prefix="LF" parent="palm">
 
41
    </xacro:little_finger>
 
42
    
 
43
    <xacro:thumb parent="palm">
 
44
    </xacro:thumb>
 
45
 
 
46
  </xacro:macro>
 
47
  
 
48
</robot>
 
 
b'\\ No newline at end of file'