add deformable in urdf

This commit is contained in:
Chuyuan Fu 2020-04-02 09:25:31 -07:00
parent f51c76f0c9
commit c4d45a0be2

13
data/torus_deform.urdf Normal file
View File

@ -0,0 +1,13 @@
<?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>