fcl icon indicating copy to clipboard operation
fcl copied to clipboard

How to initialize a BroadPhaseContinuousCollisionManager class?

Open ChenYunan opened this issue 5 years ago • 2 comments

I'm trying to use FCL for collision checking among a collection of moving rigid objects, about from 100 to 1000 objects. It seems that broadphase can be more efficient, I've read the code "test_fcl_broadphase_collision_1.cpp", a manager should be assign a certain type, e.g. BroadPhaseCollisionManagerd* manager = new DynamicAABBTreeCollisionManagerd();.

  1. I want to use class BroadPhaseContinuousCollisionManager for ContinuousCollisionObject that initialize with a motion, what should I do?

  2. Is there a method to define a motion that including multiple states ( not just start and end )?

  3. Can I get the collision state(x, y, z... at the collision time) of the object?

Thank you very much! (I'm a new user of FCL, please forgive me if my description is wrong.)

ChenYunan avatar Oct 31 '19 09:10 ChenYunan

Does FCL support broad phase continuous collision?

FlyAcc avatar Jan 06 '22 03:01 FlyAcc

Any solutions yet?

caxapexac avatar Mar 16 '22 19:03 caxapexac