Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rigid Body penetrating Soft Body #4568

Open
HirakBasumatary opened this issue Jan 12, 2024 · 1 comment
Open

Rigid Body penetrating Soft Body #4568

HirakBasumatary opened this issue Jan 12, 2024 · 1 comment

Comments

@HirakBasumatary
Copy link

HirakBasumatary commented Jan 12, 2024

PyBullet_Grasping-2024-01-12_19.52.41.mp4

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)

@HirakBasumatary
Copy link
Author

@erwincoumans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant