Skip to content

Commit

Permalink
add deformable in urdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchuyuan committed Apr 2, 2020
1 parent f51c76f commit c4d45a0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/torus_deform.urdf
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit c4d45a0

Please sign in to comment.