bullet3 icon indicating copy to clipboard operation
bullet3 copied to clipboard

Rigid Body penetrating Soft Body

Open Hirak-Basumatary opened this issue 5 months ago • 1 comments

https://github.com/bulletphysics/bullet3/assets/124918259/b745ab77-68f7-4580-bfcd-3abfd0c52055

Can someone point out why this is happening ? The robot hand is a rigid body (URDF File) and the cylindrical object is a .vtk file (deformable object). The robotic hand is trying to grasp the cylindrical object. The .vtk file is generated by the following steps:

(i) .stl from solidworks (ii) .msh file from fTetWild (iii) .vtk file from GMSH

I have used the following arguments for loading the softbody

self.rigidId = p.loadSoftBody("Cylindrical_object_2_ascii.vtk", basePosition = [0,2,5], scale = 0.005, mass = 1, useNeoHookean = 1, NeoHookeanMu = 500, NeoHookeanLambda = 2000, NeoHookeanDamping = 10, useFaceContact = 1, useSelfCollision = 1, springElasticStiffness = 1000, springDampingStiffness = 10, springDampingAllDirections = 5, springBendingStiffness = 0.1, frictionCoeff = 1, collisionMargin = 0.001)

Hirak-Basumatary avatar Jan 12 '24 14:01 Hirak-Basumatary

@erwincoumans

Hirak-Basumatary avatar Jan 12 '24 14:01 Hirak-Basumatary