Skip to content

Commit

Permalink
fix flange trafo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Aug 25, 2023
1 parent b07e7b3 commit f8e848d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kuka_agilus_support/urdf/kr10_r1100-2_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,15 @@
<link name="${prefix}flange" />
<joint name="${prefix}link6-flange" type="fixed">
<child link="${prefix}flange" />
<origin rpy="0 ${pi} -0.0" xyz="0.0 0.0 -0.1605" />
<origin rpy="0 ${pi} -0.0" xyz="0.0 0.0 -0.09" />
<parent link="${prefix}link_6" />
</joint>

<!-- ROS-Industrial 'tool0' frame - all-zeros tool frame -->
<link name="${prefix}tool0" />
<joint name="${prefix}link6-tool0" type="fixed">
<child link="${prefix}tool0" />
<origin rpy="0 ${pi} -0.0" xyz="0.0 0.0 -0.1605" />
<origin rpy="0 ${pi} -0.0" xyz="0.0 0.0 -0.09" />
<parent link="${prefix}link_6" />
</joint>
</xacro:macro>
Expand Down

0 comments on commit f8e848d

Please sign in to comment.