2018-08-16 19:44:43 +00:00
|
|
|
<?xml version="1.0" ?>
|
2017-03-23 20:54:44 +00:00
|
|
|
<robot name="plane">
|
2016-09-19 14:02:43 +00:00
|
|
|
<link name="planeLink">
|
2016-11-17 05:36:51 +00:00
|
|
|
<contact>
|
2017-03-06 05:49:20 +00:00
|
|
|
<lateral_friction value="1"/>
|
2016-11-17 05:36:51 +00:00
|
|
|
</contact>
|
2016-07-14 07:05:57 +00:00
|
|
|
<inertial>
|
|
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
|
|
<mass value=".0"/>
|
|
|
|
<inertia ixx="0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0"/>
|
|
|
|
</inertial>
|
|
|
|
<visual>
|
|
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
|
|
<geometry>
|
|
|
|
<mesh filename="plane.obj" scale="1 1 1"/>
|
|
|
|
</geometry>
|
|
|
|
<material name="white">
|
|
|
|
<color rgba="1 1 1 1"/>
|
|
|
|
</material>
|
|
|
|
</visual>
|
|
|
|
<collision>
|
2016-11-17 00:12:59 +00:00
|
|
|
<origin rpy="0 0 0" xyz="0 0 -5"/>
|
2016-07-14 07:05:57 +00:00
|
|
|
<geometry>
|
2016-11-17 00:12:59 +00:00
|
|
|
<box size="30 30 10"/>
|
2016-07-14 07:05:57 +00:00
|
|
|
</geometry>
|
|
|
|
</collision>
|
|
|
|
</link>
|
|
|
|
</robot>
|
|
|
|
|