Skip to content

Commit

Permalink
Merge pull request PR2#252 from archielee/indigo-devel
Browse files Browse the repository at this point in the history
Make names of joints and links for Kinect2 more intutive
  • Loading branch information
archielee committed Feb 8, 2016
2 parents 8ae0a1c + e2ba72f commit 86b9ba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pr2_description/urdf/sensors/kinect2.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<!-- Kinect2 and mount assembly -->
<xacro:macro name="kinect2_v0" params="name parent *origin">
<joint name="${name}_joint" type="fixed">
<joint name="${name}_kinect2_joint" type="fixed">
<insert_block name="origin" />
<parent link="${parent}"/>
<child link="${name}_link"/>
<child link="${name}_kinect2_link"/>
</joint>
<link name="${name}_link">
<link name="${name}_kinect2_link">
<inertial>
<mass value="0.1"/>
<origin xyz="0 0 0" rpy="0 0 0"/>
Expand Down Expand Up @@ -39,7 +39,7 @@
<!-- kinect2 ir sensor physical attachment -->
<joint name="${name}_kinect2_ir_joint" type="fixed">
<origin xyz="-0.032267 -0.0475 0.155" rpy="0 0 0"/>
<parent link="${name}_link"/>
<parent link="${name}_kinect2_link"/>
<child link="${name}_kinect2_ir_link"/>
</joint>
<link name="${name}_kinect2_ir_link">
Expand Down

0 comments on commit 86b9ba1

Please sign in to comment.