31 lines
821 B
XML
31 lines
821 B
XML
<?xml version="0.0" ?>
|
|
<robot name="model.urdf">
|
|
<link name="baseLink">
|
|
<contact>
|
|
<friction_anchor/>
|
|
<lateral_friction value="0.6"/>
|
|
<rolling_friction value="0.0"/>
|
|
<contact_cfm value="0.0"/>
|
|
<contact_erp value="1.0"/>
|
|
</contact>
|
|
<inertial>
|
|
<origin rpy="0 0 -0.5" xyz="0 0.012 -0.01"/>
|
|
<mass value=".370"/>
|
|
<inertia ixx="1e-3" ixy="0" ixz="0" iyy="1e-3" iyz="0" izz="1e-3"/>
|
|
</inertial>
|
|
<visual>
|
|
<geometry>
|
|
<mesh filename="textured_simple_reoriented.obj" scale="1 1 1"/>
|
|
</geometry>
|
|
<material name="white">
|
|
<color rgba="1. 1. 1. 1."/>
|
|
</material>
|
|
</visual>
|
|
<collision>
|
|
<geometry>
|
|
<mesh filename="collision_vhacd.obj" scale="1 1 1"/>
|
|
</geometry>
|
|
</collision>
|
|
</link>
|
|
</robot>
|