~guihome/sr-ros-interface/compatibility_manipstack2

« back to all changes in this revision

Viewing changes to sr_description/robots/sr_arm_motor.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:
4
4
       xmlns:xacro="http://www.ros.org/wiki/xacro"
5
5
       name="sr_arm_motor">
6
6
 
7
 
  <include filename="$(find sr_hand)/model/desk/desk.urdf.xacro" />
8
 
  <include filename="$(find sr_hand)/model/materials.urdf.xacro" />
9
 
  <include filename="$(find sr_hand)/model/arm_urdf/full_arm_motor.urdf.xacro" />
10
 
  <include filename="$(find sr_hand)/model/gazebo/gazebo.urdf.xacro" />
 
7
  <include filename="$(find sr_description)/materials.urdf.xacro" />
 
8
  <include filename="$(find sr_description)/arm/xacro/full_arm_motor.urdf.xacro" />
 
9
  <include filename="$(find sr_description)/other/xacro/desk/desk.urdf.xacro" />
 
10
  <include filename="$(find sr_description)/other/xacro/gazebo/gazebo.urdf.xacro" />
11
11
 
12
12
  <xacro:desk/>
13
13