Contact points between rigid and soft bodies in PyBullet #3367
AlexanderFabisch
started this conversation in
General
Replies: 1 comment 3 replies
-
It is best to create a separate function (getContactPoints2) to avoid breaking existing code. Not sure if the softbody contacts and the forces are stored persistently. Have you looked into it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to implement a simple prototype to grasp a soft body with a robotic hand. The results look quite promising so far. Great work by the way!
Now I want to determine the contact forces between the hand and the soft body. I noticed that
pybullet.getContactPoints(...)
only gives me contact points between rigid bodies. Is it "easily" possible to extent it to include soft bodies?I looked already a bit into the implementation of the Python function here and its corresponding implementation in the shared memory interface here. I could invest some time to prepare a pull request, but I might need some hints to start.
Beta Was this translation helpful? Give feedback.
All reactions