- 01 Apr, 2020 2 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 26 Mar, 2020 1 commit
-
-
Justin Carpentier authored
-
- 24 Mar, 2020 3 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 09 Mar, 2020 2 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 03 Mar, 2020 3 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 14 Oct, 2019 1 commit
-
-
Lucile Remigy authored
-
- 02 Sep, 2019 9 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Lucile Remigy authored
-
- 13 Jun, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 28 Mar, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 07 Feb, 2019 2 commits
-
-
-
* Commands executed: * find include src test -iname "*.h" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$i} // namespace hpp\n" {} \; * find src -iname "*.cpp" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$a\\\n} // namespace hpp" {} \; * find test/ -iname "*.cpp" -type f -exec sed -i "s/using namespace fcl/using namespace hpp::fcl/; s/fcl::/hpp::fcl::/g" {} \;
-
- 13 Jan, 2019 3 commits
-
-
Florent Lamiraux authored
If GJK returns fail, assume no collision. Fix computation of closest points.
-
Florent Lamiraux authored
to check that if no collision lowed bound of distance is positive.
-
Florent Lamiraux authored
- if collision is very small epa algorithm may return slightly negative penetration.
-
- 26 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
If GJK::evaluate fails to converge but that the distance of the origin to the simplex converges to 0, set distance and return fail. In shapeDistance, return collision if GJK::evaluate failed.
-
- 24 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 15 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 14 Dec, 2018 2 commits
-
-
Florent Lamiraux authored
- do not run EPA algorithm to compute penetration depth and normal.
-
Florent Lamiraux authored
- Collision detection calls distance computation and returns collision if the distance between objects is below the security margin. - This modification requires a modification in the structure of the software to make collision detection and distance computation closer. - GJKSolver_indep::shapeTriangleDistance and GJKSolver_indep::shapeTriangleIntersect have been replaced by GJKSolver_indep::shapeTriangleInteraction.
-
- 10 Dec, 2018 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
instead of -1.
-
- 06 Dec, 2018 2 commits
-
-
Florent Lamiraux authored
Simplex::c -> Simplex::vertex. Simplex::p -> Simplex::coefficient.
-
Florent Lamiraux authored
-
- 10 May, 2017 1 commit
-
-
- 29 Dec, 2016 1 commit
-
-
Florent Lamiraux authored
-
- 14 Jun, 2016 1 commit
-
-