Skip to content

Commit aa0998a

Browse files
authored
readme: add more info on the new features
1 parent 5b5cd39 commit aa0998a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ HPP-FCL — An extension of the Flexible Collision Library
1212
[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).
1313
The broadphase was reintroduced by J. Carpentier in 2022 based on the FCL version 0.7.0.
1414

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))
1617
- 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/)
1819
- the computation of a lower bound of the distance between two objects when collision checking is performed and no collision is found
1920
- the implementation of Python bindings for easy code prototyping
2021
- the fix of various bugs

0 commit comments

Comments
 (0)