flexible-collision-library / fcl

Flexible Collision Library
https://flexible-collision-library.github.io/
Other
1.35k stars 414 forks source link

CCD for self-collision? #523

Open omegaiota opened 3 years ago

omegaiota commented 3 years ago

I want to use the library for continuous self-collision detection. From what I understand the only way to go about this is to use the BroadPhaseContinuousCollisionManager and call the collide() function for self-collision computation. However it seems that currently there are not implementations for the BroadPhaseContinuousCollisionManager class. Is this correct or am I missing something?