70 lines
2.3 KiB
XML
70 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- =================================================================================== -->
|
|
<!-- | This document was autogenerated by xacro from xarm6_robot.urdf.xacro | -->
|
|
<!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | -->
|
|
<!-- =================================================================================== -->
|
|
<robot name="xarm6_link1">
|
|
<!--
|
|
Author: Jason Peng <jason@ufactory.cc>
|
|
Contributers:
|
|
-->
|
|
<gazebo>
|
|
<plugin filename="libgazebo_ros_control.so" name="gazebo_ros_control">
|
|
<robotNamespace>/xarm</robotNamespace>
|
|
<!-- <controlPeriod>0.0001</controlPeriod> -->
|
|
<robotSimType>gazebo_ros_control/DefaultRobotHWSim</robotSimType>
|
|
<legacyModeNS>true</legacyModeNS>
|
|
<!-- <preserveWorldVelocity>true</preserveWorldVelocity> -->
|
|
</plugin>
|
|
</gazebo>
|
|
<link name="world"/>
|
|
<joint name="world_joint" type="fixed">
|
|
<parent link="world"/>
|
|
<child link="link1"/>
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
</joint>
|
|
<material name="Black">
|
|
<color rgba="0.0 0.0 0.0 1.0"/>
|
|
</material>
|
|
<material name="Red">
|
|
<color rgba="0.85 0.19 0.21 1.0"/>
|
|
</material>
|
|
<material name="Blue">
|
|
<color rgba="0.28 0.52 0.92 1.0"/>
|
|
</material>
|
|
<material name="Green">
|
|
<color rgba="0.23 0.72 0.32 1.0"/>
|
|
</material>
|
|
<material name="Yellow">
|
|
<color rgba="0.95 0.76 0.05 1.0"/>
|
|
</material>
|
|
<material name="White">
|
|
<color rgba="1.0 1.0 1.0 1.0"/>
|
|
</material>
|
|
<material name="Silver">
|
|
<color rgba="0.753 0.753 0.753 1.0"/>
|
|
</material>
|
|
<link name="link1">
|
|
<visual>
|
|
<geometry>
|
|
<mesh filename="package://xarm_description/meshes/xarm6/visual/link1.stl"/>
|
|
</geometry>
|
|
<origin rpy="0 0 0" xyz="0.002 -0.02692 0.01332"/>
|
|
<material name="Red"/>
|
|
</visual>
|
|
<collision>
|
|
<geometry>
|
|
<mesh filename="package://xarm_description/meshes/xarm6/collision/link1_vhacd.obj"/>
|
|
</geometry>
|
|
<origin rpy="0 0 0" xyz="0.002 -0.02692 0.01332"/>
|
|
</collision>
|
|
<inertial>
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
<mass value="2.16"/>
|
|
<inertia ixx="0.00539427" ixy="1.095E-05" ixz="1.635E-06" iyy="0.0048979" iyz="0.000793" izz="0.00311573"/>
|
|
</inertial>
|
|
</link>
|
|
|
|
</robot>
|
|
|