fcl icon indicating copy to clipboard operation
fcl copied to clipboard

Managed internal collision check returns coplanar faces - how do I distinguish coplanar from intersecting?

Open Moult opened this issue 5 years ago • 1 comments

If I have 2 mesh boxes next to each other in a collision manager, which share a coplanar face, a managed internal collision check result will show that they both collide. This is technically true, I guess, as they are coplanar. Is there a way to distinguish between whether or not they are simply coplanar, or whether one is actually embedded a certain distance (given a tolerance) inside the other shape?

I'm running this with Python-fcl but I figure I'd ask here as it seems to be unrelated to Python bindings.

Moult avatar Oct 20 '20 07:10 Moult

Can you share the code snippet so we can make sure we're having the same conversation?

SeanCurtis-TRI avatar Oct 21 '20 14:10 SeanCurtis-TRI