CMD + K

fcl

Community

The flexible collision library (FCL) is a library for performing proximity queries.

Copied fromcf-staging / fcl

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::fcl

Usage Tracking

0.7.0
0.6.1
0.6.0
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

FCL is a library for performing three types of proximity queries on a pair of geometric models composed of triangles.

  • Collision detection: detecting whether the two models overlap, and optionally, all of the triangles that overlap.
  • Distance computation: computing the minimum distance between a pair of models, i.e., the distance between the closest pair of points.
  • Tolerance verification: determining whether two models are closer or farther than a tolerance distance.
  • Continuous collision detection: detecting whether the two moving models overlap during the movement, and optionally, the time of contact.
  • Contact information: for collision detection and continuous collision detection, the contact information (including contact normals and contact points) can be returned optionally.

About

Summary

The flexible collision library (FCL) is a library for performing proximity queries.

Last Updated

Nov 13, 2021 at 21:47

License

BSD-3-Clause

Total Downloads

165.4K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
linux-ppc64le
macOS-64
win-64