You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ HPP-FCL — An extension of the Flexible Collision Library
12
12
[FCL](https://github.com/flexible-collision-library/fcl) was forked in 2015. Since then, a large part of the code has been rewritten or removed (for the unused part).
13
13
The broadphase was reintroduced by J. Carpentier in 2022 based on the FCL version 0.7.0.
14
14
15
-
The main new features are:
15
+
Compared to the original [FCL](https://github.com/flexible-collision-library/fcl) library, the main new features are:
16
+
- a dedicated implementation of the GJK algorithm (we do not rely anymore on [libccd](https://github.com/danfis/libccd))
16
17
- the use of a safety margin when detecting collision
17
-
- an accelerated version of Collision Detection *à la Nesterov* which leads to increased performances (up to a factor 2). More details are available in this [paper](https://hal.archives-ouvertes.fr/hal-03662157/).
18
+
- an accelerated version of Collision Detection *à la Nesterov* which leads to increased performances (up to a factor 2). More details are available in this [paper](https://hal.archives-ouvertes.fr/hal-03662157/)
18
19
- the computation of a lower bound of the distance between two objects when collision checking is performed and no collision is found
19
20
- the implementation of Python bindings for easy code prototyping
0 commit comments