mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
24 lines
519 B
XML
24 lines
519 B
XML
<?xml version="1.0" ?>
|
|
<robot name="urdf_robot">
|
|
<link name="base_link">
|
|
<contact>
|
|
<rolling_friction value="0.001"/>
|
|
<spinning_friction value="0.001"/>
|
|
</contact>
|
|
<inertial>
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
<mass value=".1"/>
|
|
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
|
|
</inertial>
|
|
<collision>
|
|
<origin rpy="0 0 0" xyz="0 0 0"/>
|
|
<geometry>
|
|
<capsule length="0.1" radius="0.02"/>
|
|
</geometry>
|
|
</collision>
|
|
</link>
|
|
</robot>
|
|
|
|
|
|
|