Skip to content

Commit

Permalink
Fix up missing link tags in some XML files. (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Jul 10, 2018
1 parent 96618e7 commit 1088514
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion kdl_parser/test/pr2_desc_bracket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<calibration reference_position="0.0" values="1.5 -1"/>
<joint_properties damping="0.0" friction="0.0"/>
</joint>

<link name="fl_caster_rotation_link">
<parent name="base_link"/>
<joint name="fl_caster_rotation_joint"/>
Expand All @@ -18,4 +18,5 @@
<com xyz="0 0 0.07"/>
<inertia ixx="0.012411765597" ixy="-0.000711733678" ixz="0.00050272983" iyy="0.015218160428" iyz="-0.000004273467" izz="0.011763977943"/>
</inertial>
</link>
</robot>
3 changes: 2 additions & 1 deletion kdl_parser/test/pr2_desc_bracket2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<calibration reference_position="0.0" values="1.5 -1"/>
<joint_properties damping="0.0" friction="0.0"/>
</joint>

<link name="fl_caster_rotation_link">
<parent name="base_link"/>
<joint name="fl_caster_rotation_joint"/>
Expand All @@ -18,4 +18,5 @@
<com xyz="0 0 0.07"/>
<inertia ixx="0.012411765597" ixy="-0.000711733678" ixz="0.00050272983" iyy="0.015218160428" iyz="-0.000004273467" izz="0.011763977943"/>
</inertial>
</link>
</robot>
3 changes: 2 additions & 1 deletion kdl_parser/test/pr2_desc_vector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<calibration reference_position="0.0" values="1.5 -1"/>
<joint_properties damping="0.0" friction="0.0"/>
</joint>

<link name="fl_caster_rotation_link">
<parent name="base_link"/>
<origin rpy="0 0 1 9" xyz="0.2225 0.2225 0.0282"/>
Expand All @@ -19,4 +19,5 @@
<com xyz="0 0 0.07"/>
<inertia ixx="0.012411765597" ixy="-0.000711733678" ixz="0.00050272983" iyy="0.015218160428" iyz="-0.000004273467" izz="0.011763977943"/>
</inertial>
</link>
</robot>

0 comments on commit 1088514

Please sign in to comment.