Skip to content
Snippets Groups Projects
ur10_robot.urdf.xacro 619 B
Newer Older
robot's avatar
robot committed
<?xml version="1.0"?>
ipa-fxm's avatar
ipa-fxm committed
<robot xmlns:xacro="http://www.ros.org/wiki/xacro"
       name="ur10" >
  <!-- common stuff -->
  <xacro:include filename="$(find ur_description)/urdf/gazebo.urdf.xacro" />
  <!-- ur10 -->
  <xacro:include filename="$(find ur_description)/urdf/ur10.urdf.xacro" />

  <!-- arm -->
  <xacro:ur10_robot prefix="">
  </xacro:ur10_robot>
  <!-- grounding link (needed for MoveIt! compatability -->
	<link name="world" >
  </link>

	<joint name="world_joint" type="fixed">
		<parent link="world" />
		<child link = "base_link" />
		<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 0.0" />
	</joint>

robot's avatar
robot committed

</robot>