Page 1 of 1

getContactPoints between soft body and rigid body

Posted: Mon Jan 28, 2019 5:48 pm
by Zackory
I am looking to detect the collision points (and hopefully normal force) between a soft body cloth and a rigid object (like a multibody box).

Is this possible in either pybullet or c++?

I have tried

Code: Select all

p.getContactPoints()
in pybullet, but it returns an empty list with no contact points, even when the cloth and rigid body are in contact.

Re: getContactPoints between soft body and rigid body

Posted: Mon Jan 28, 2019 5:52 pm
by Zackory
This issue on GitHub looks related.
https://github.com/bulletphysics/bullet3/issues/115

Has there been an implementation for contact callbacks between soft and rigid bodies yet?