flexible-collision-library / fcl

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

Retrieve contact info when doing continuous collision detection. #581

Open shikui08 opened 2 years ago

shikui08 commented 2 years ago

Say I try to do continuous collision detection between two shapes and use ccd_solver_type = CCDC_CONSERVATIVE_ADVANCEMENT, To get the contact info, I have to do another collision check using the returned contact_tf1&contact_tf2. Is it inevitable that this extra collision check is needed in order to get contact info?