Skip to content
Snippets Groups Projects
Commit c8d0a332 authored by Kelsey's avatar Kelsey
Browse files

Merge branch 'ur10_urdf_update' into ur10_moveit

Conflicts:
	ur_description/urdf/ur10.urdf.xacro
parents e6dcb557 4119b726
Branches
Tags
No related merge requests found
......@@ -58,16 +58,16 @@
<xacro:macro name="ur10_robot" params="prefix">
<link name="${prefix}base_link" >
<link name="${prefix}base_link" >
</link>
<joint name="${prefix}base_link_joint" type="fixed">
<parent link="${prefix}base_link" />
<child link = "${prefix}ur_base_link" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 0.0" />
</joint>
<joint name="${prefix}base_joint" type="fixed">
<parent link="${prefix}base_link" />
<child link = "${prefix}ur_base_link" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 0.0" />
</joint>
<link name="${prefix}ur_base_link" >
<link name="${prefix}ur_base_link" >
<visual>
<geometry>
<mesh filename="package://ur_description/meshes/ur10/visual/Base.dae" scale="${scale}"/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment