Skip to content

Commit 6506bd5

Browse files
author
Jan Krieglstein
committed
Fix flange frame comments
1 parent b6dfe8e commit 6506bd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kuka_kr270_support/urdf/kr270r2700_macro.xacro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<limit lower="${radians(-350)}" upper="${radians(350)}" effort="0" velocity="${radians(175)}"/>
155155
</joint>
156156

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

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

0 commit comments

Comments
 (0)