- 10 Jan, 2019 6 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
This reverts commit 31e52cc9.
-
Guilhem Saurel authored
[CI] use generated configuration directly
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 09 Jan, 2019 1 commit
-
-
Guilhem Saurel authored
-
- 08 Jan, 2019 2 commits
-
-
Joseph Mirabel authored
replaced ? by if in sphere_sphere distance for compilation purposes
-
stevet authored
-
- 07 Jan, 2019 1 commit
-
-
Florent Lamiraux authored
-
- 02 Jan, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 26 Dec, 2018 3 commits
-
-
Florent Lamiraux authored
-
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.
-
Florent Lamiraux authored
This test makes GJK fail, reaching the maximal number of iterations.
-
- 25 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
- if dir [2] == 0, return a point with z coordinate equal to 0, - add a test between box and cylinder that did make GJK algorithm fail.
-
- 24 Dec, 2018 9 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Methods BVTesting with sqrDistLowerBound as output argument were not defined. Instead the implementation of the base class BVHCollisionTraversalNode <BV> was called instead. Unfortunately, in the base class, the meshes and bounding volume hierarchy were moved to the position given for collision testing, but not in the derived classes. Method overlap were then called with wrong argument for position and orientation.
-
Florent Lamiraux authored
distance lower bound is necessary to compute security margin. In the previous state of the code, security margin was not computed if distance lower bound was not selected.
-
Florent Lamiraux authored
- This member is used to convert a octomap to a set of boxes.
-
Florent Lamiraux authored
This test was malformed. It tested collision for tangent shapes and checked that A against B and B against A were collision free.
-
Florent Lamiraux authored
- many tests put shapes in singular configuration so that normal and depth are ill-defined. This modifications removes tests that are not relevant.
-
Florent Lamiraux authored
-
- 17 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 16 Dec, 2018 8 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- 15 Dec, 2018 3 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
in a local header so that they can be called from another file.
-
Florent Lamiraux authored
-
- 14 Dec, 2018 4 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
from BVHCollisionTraversalNode::leafTesting to GJKSolver_indep::shapeDistance<TriangleP, TriangleP>.
-
Florent Lamiraux authored
- do not run EPA algorithm to compute penetration depth and normal.
-