- 06 Dec, 2018 15 commits
-
-
Florent Lamiraux authored
- old constructor is deprecated.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- store const CollisionRequest& as a member instead of CollisionRequest, - remove member CollisionRequest::enable_distance_lower_bound, - modify constructors of all derived classes.
-
Florent Lamiraux authored
- overlap method without sqrDistLowerBound as an argument call the method with sqrDistLowerBound as an argument.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Simplex::c -> Simplex::vertex. Simplex::p -> Simplex::coefficient.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- security_margin is the distance below which collision test returns collision, - break_distance is the distance below which bounding boxes are broken down.
-
Florent Lamiraux authored
void collide(CollisionTraversalNodeBase* node, FCL_REAL& sqrDistLowerBound, BVHFrontList* front_list) -> void collide(CollisionTraversalNodeBase* node, const CollisionRequest& request, CollisionResult& result, BVHFrontList* front_list), void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node, FCL_REAL& sqrDistLowerBound, BVHFrontList* front_list) -> void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node, const CollisionRequest& request, CollisionResult& result, BVHFrontList* front_list)
-
- 24 Nov, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 23 Nov, 2018 6 commits
-
-
Florent Lamiraux authored
- void selfCollisionRecurse(CollisionTraversalNodeBase* node, int b, BVHFrontList* front_list), - void selfCollide(CollisionTraversalNodeBase* node, BVHFrontList* front_list).
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Florent Lamiraux authored
- warning; this diagram is built by hand and may be incomplete.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- collide2, - bool MeshCollisionTraversalNodeOBB::BVTesting(int b1, int b2, const Matrix3f& Rc, const Vec3f& Tc) const, - void MeshCollisionTraversalNodeOBB::leafTesting(int b1, int b2, const Matrix3f& Rc, const Vec3f& Tc,FCL_REAL& sqrDistLowerBound) const
-
- 23 Jul, 2018 2 commits
-
-
Guilhem Saurel authored
badges
-
Guilhem Saurel authored
-
- 20 Jul, 2018 2 commits
-
-
Guilhem Saurel authored
[CI] add .gitlab-ci.yml
-
Guilhem Saurel authored
-
- 17 May, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 16 Jan, 2018 4 commits
-
-
Joseph Mirabel authored
Fix bug when OCTOMAP is not found
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
move buildTrianglePlane and clipTriangle method from private to public
-
- 15 Jan, 2018 2 commits
-
-
Justin Carpentier authored
Fix bug with "\" symbols
-
Justin Carpentier authored
-
- 11 Jan, 2018 2 commits
-
-
Pierre Fernbach authored
-
Justin Carpentier authored
[CMake] Add flags related to Octomap in pkg-config file and remove FCL_HAVE_EIGEN
-
- 10 Jan, 2018 2 commits
-
-
- 07 Dec, 2017 1 commit
-
-
Florent Lamiraux authored
-
- 15 Nov, 2017 2 commits
-
-
Florent Lamiraux authored
-
Javier V. Gomez authored
-