mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-09 20:08:18 +00:00
add deformable in urdf
This commit is contained in:
13
data/torus_deform.urdf
Normal file
13
data/torus_deform.urdf
Normal 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>
|
||||
Reference in New Issue
Block a user