2018-08-16 19:44:43 +00:00
|
|
|
<?xml version="1.0" ?>
|
2017-10-25 15:23:29 +00:00
|
|
|
<robot name="cube">
|
|
|
|
<link name="baseLink">
|
|
|
|
<contact>
|
|
|
|
<lateral_friction value="1.0"/>
|
|
|
|
<rolling_friction value="0.0"/>
|
|
|
|
<contact_cfm value="0.0"/>
|
|
|
|
<contact_erp value="1.0"/>
|
|
|
|
</contact>
|
|
|
|
<inertial>
|
|
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
|
|
<mass value="1.0"/>
|
|
|
|
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
|
|
|
|
</inertial>
|
|
|
|
<visual>
|
|
|
|
<origin rpy="-1.57079632679 0 0" xyz="0 0 0"/>
|
|
|
|
<geometry>
|
|
|
|
<mesh filename="table2.obj" scale="1 1 1"/>
|
|
|
|
</geometry>
|
|
|
|
<material name="white">
|
|
|
|
<color rgba="1 1 1 1"/>
|
|
|
|
</material>
|
|
|
|
</visual>
|
|
|
|
<collision>
|
|
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
|
|
<geometry>
|
|
|
|
<cylinder length="0.01" radius="0.5"/>
|
|
|
|
</geometry>
|
|
|
|
</collision>
|
|
|
|
</link>
|
|
|
|
</robot>
|
|
|
|
|