An extension of the Flexible Collision Library (FCL) for collision detection and distance computation. Supports convex primitives, meshes, octrees, and BVH. Version 3.0.1, with recent patch 3.0.2.c1. Release cadence: irregular.
pip install coal-libraryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simple collision check between two identical boxes.
Use `import coal` and `from coal import ...` for all symbols.
Set the transformation using `obj.setTransform(transform)` before calling collide or distance.
Use `coal.CollisionRequest(enable_contact=True)` instead of `coal.CollisionRequest(True)` .
No dependency data recorded yet.