~guihome/sr-ros-interface/compatibility_manipstack2

« back to all changes in this revision

Viewing changes to sr_description/hand/xacro/finger/middle/middle.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:56:43 UTC
  • Revision ID: ugo@shadowrobot.com-20120723125643-33utzd8gyr4e0ddz
modified path in models

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       xmlns:body="http://playerstage.sourceforge.net/gazebo/xmlschema/#body"
7
7
       xmlns:geom="http://playerstage.sourceforge.net/gazebo/xmlschema/#geom">
8
8
 
9
 
  <include filename="$(find sr_hand)/model/hand_urdf/finger/middle/middle.transmission.xacro" />
 
9
  <include filename="$(find sr_description/hand/xacro/finger/middle/middle.transmission.xacro" />
10
10
 
11
11
  <xacro:macro name="middle" params="link_prefix joint_prefix parent">
12
12
 
20
20
      <visual>
21
21
        <origin xyz="0 0 0" rpy="0 0 0" />
22
22
        <geometry name="middle_visual">
23
 
      <mesh filename="package://sr_hand/model/meshes/F2.dae" scale="0.001 0.001 0.001" />
 
23
      <mesh filename="package://sr_description/hand/model/F2.dae" scale="0.001 0.001 0.001" />
24
24
      </geometry>
25
25
      <material name="Grey" />
26
26
      </visual>