- Jun 30, 2015
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Avoid conflict between fcl official version as installed by ROS and hpp modified version.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- returning a small value for the distance lower bound makes time of computation of continuous collision checking very high. It is better to break the bounding volumes to get a better bound, eventhough it increases the time of computation.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- throw exception if called.
-
Florent Lamiraux authored
- in class CollisionTraversalNodeBase and derived classes.
-
Florent Lamiraux authored
sqrt should be applied after method call.
-
Florent Lamiraux authored
enable_distance_lower_bound.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- add a Boolean value in CollisionRequest to trigger this option, - if selected, fcl::collision function will compute a lower bound on the distance between the two objects if they do not collide.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Anthony Couret authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
This fixes test_fcl_simple.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- copied code from Wildmagic (http://www.geometrictools.com) nodified boost license. - collision detection calls distance function.
-
Florent Lamiraux authored
- use API distance function instead of selecting gjk solver.
-
- Jun 02, 2015
-
-
Jeongseok Lee authored
Fix warning about abs() with float's
-
- May 27, 2015
-
-
Jeongseok Lee authored
Fix box-box intersection algorithm with test
-
- May 26, 2015
-
-
Steven Peters authored
abs() only works for integers, replace with std::abs() for floaing point
-
Jeongseok Lee authored
-
Jeongseok Lee authored
-
Jeongseok Lee authored
Conflicts: test/test_fcl_geometric_shapes.cpp
-
- May 08, 2015
-
-
Jeongseok Lee authored
Fix inconsistent normal directions
-