bullet3/data/torus_deform.urdf
2020-04-02 09:25:31 -07:00

14 lines
380 B
XML

<?xml version="1.0"?>
<robot name="torus">
<deformable name="torus">
<inertial>
<mass value="1" />
<inertia ixx="0.0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0" />
</inertial>
<collision_margin value="0.006"/>
<friction value= "0.5"/>
<neohookean mu= "60" lambda= "200" damping= "0.01" />
<visual filename="torus.vtk"/>
</deformable>
</robot>