- Oct 23, 2019
-
-
Joseph Mirabel authored
-
- Oct 09, 2019
-
-
Joseph Mirabel authored
-
- Sep 13, 2019
-
-
Joseph Mirabel authored
- Non-oriented collision query is bugged. The update of the bounding volumes are is not correct. - Remove AABB because they were not meant for collision queries.
-
- Sep 06, 2019
-
-
Lucile Remigy authored
-
- Sep 02, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Lucile Remigy authored
-
- Feb 07, 2019
-
-
* 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" {} \;
-
- Feb 06, 2019
-
-
stevet authored
-
- Dec 07, 2018
-
-
Florent Lamiraux authored
-
- Dec 06, 2018
-
-
Florent Lamiraux authored
when checking sizes of vectors.
-
Florent Lamiraux authored
- old constructor is deprecated.
-
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
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)
-
- Dec 29, 2016
-
-
Florent Lamiraux authored
-
- Jun 20, 2016
-
-
jcarpent authored
-
- Jun 14, 2016
-
-
- Jun 30, 2015
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
enable_distance_lower_bound.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Apr 24, 2015
-
-
Jeongseok Lee authored
-
- Apr 16, 2015
-
-
Jeongseok Lee authored
-
- Sep 19, 2012
-
-
Ioan Sucan authored
-
- Sep 05, 2012
-
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@185 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Sep 04, 2012
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@182 253336fb-580f-4252-a368-f3cef5a2a82b
-