Skip to content

Commit

Permalink
Fix tool0 link parent and orientation
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Dec 18, 2023
1 parent 7788539 commit b12b2bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,14 @@
<link name="${prefix}flange"/>
<joint type="fixed" name="${prefix}joint_4-flange">
<origin xyz="0 0 0" rpy="0 0 0"/>
<parent link="${prefix}link_4"/>
<parent link="${prefix}link_6"/>
<child link="${prefix}flange"/>
</joint>

<!-- ROS-Industrial 'tool0' frame: all-zeros tool frame -->
<link name="${prefix}tool0" />
<joint name="${prefix}link_4-tool0" type="fixed">
<origin xyz="0 0 0" rpy="${radians(0)} 0 0" />
<joint name="${prefix}link_6-tool0" type="fixed">
<origin xyz="0 0 0" rpy="0 ${radians(90)} 0" />
<parent link="${prefix}flange" />
<child link="${prefix}tool0" />
</joint>
Expand Down

0 comments on commit b12b2bb

Please sign in to comment.