Files
bullet3/data/reduced_cube/deform_cube.urdf
2022-03-07 16:35:07 -08:00

14 lines
424 B
XML

<?xml version="1.0"?>
<robot name="cube">
<deformable name="cube">
<inertial>
<mass value="10" />
<inertia ixx="0.0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0" />
</inertial>
<collision_margin value="0.006"/>
<repulsion_stiffness value="800.0"/>
<friction value= "0.5"/>
<neohookean mu= "180" lambda= "600" damping= "0.01" />
<visual filename="cube_mesh.vtk"/>
</deformable>
</robot>