Created
May 2, 2019 10:35
-
-
Save gavanderhoorn/f1e1f42c5d6e68e024c3efd3157b9be5 to your computer and use it in GitHub Desktop.
Fanuc M-10iA with single link EEF attached to tool0 with an (almost) identity transform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" ?> | |
<robot name="fanuc_m10ia" xmlns:xacro="http://wiki.ros.org/xacro"> | |
<xacro:include filename="$(find fanuc_m10ia_support)/urdf/m10ia_macro.xacro"/> | |
<xacro:fanuc_m10ia prefix=""/> | |
<link name="eef"> | |
<visual> | |
<origin xyz="0 0 0" rpy="0 0 0"/> | |
<geometry> | |
<mesh filename="package://fanuc_m10ia_support/meshes/m10ia/visual/link_6.stl"/> | |
</geometry> | |
<xacro:material_fanuc_black /> | |
</visual> | |
</link> | |
<joint name="tool0-eef" type="fixed"> | |
<origin xyz="0.1 0 0" rpy="0 0 0" /> | |
<parent link="tool0" /> | |
<child link="eef" /> | |
</joint> | |
</robot> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment