Skip to content

Commit

Permalink
Fix flange frame comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-jsk committed Jan 9, 2024
1 parent b6dfe8e commit 6506bd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kuka_kr270_support/urdf/kr270r2700_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<limit lower="${radians(-350)}" upper="${radians(350)}" effort="0" velocity="${radians(175)}"/>
</joint>

<!-- This frame corresponds to the $TOOL coordinate system in KUKA KRC controllers. -->
<!-- ROS-Industrial 'flange' frame: attachment point for EEF models -->
<link name="${prefix}flange"/>
<joint name="${prefix}link_6-flange" type="fixed">
<parent link="${prefix}link_6"/>
Expand All @@ -170,7 +170,8 @@
<child link="${prefix}base"/>
</joint>

<!-- This frame corresponds to the $TOOL coordinate system in KUKA KRC controllers -->
<!-- ROS-Industrial 'tool0' frame: all-zeros tool frame -->
<!-- This frame corresponds to the $FLANGE coordinate system in KUKA KRC controllers. -->
<link name="${prefix}tool0" />
<joint name="${prefix}flange-tool0" type="fixed">
<parent link="${prefix}flange"/>
Expand Down

0 comments on commit 6506bd5

Please sign in to comment.