- Apr 01, 2016
-
-
- Mar 15, 2016
-
-
- Mar 11, 2016
-
-
- Feb 16, 2016
-
-
Justin Carpentier authored
Provide operator == in CollisionResult, CostSource and Contact. Solve #8
-
- Feb 15, 2016
-
-
Valenza Florian authored
-
- Feb 12, 2016
-
-
- Feb 11, 2016
-
-
Justin Carpentier authored
[CMake] Sync submodule
-
- Feb 09, 2016
-
-
jcarpent authored
-
- Jan 28, 2016
- Oct 19, 2015
-
-
Florent Lamiraux authored
-
- Oct 07, 2015
-
-
Mylene Campana authored
-
- Aug 26, 2015
-
-
Florent Lamiraux authored
-
- Aug 20, 2015
-
-
Steve Tonneau authored
-
- Jul 31, 2015
-
-
Steve Tonneau authored
-
- Jul 16, 2015
-
-
Florent Lamiraux authored
-
- Jul 04, 2015
-
-
Steve Tonneau authored
-
- Jul 01, 2015
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- The frame in which closest points were expressed was neither clear, nor consistent.
-
- Jun 30, 2015
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
This reverts commit 9122b15d.
-
Florent Lamiraux authored
Distance computation between boxes does not seem to be very accurate.
-
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.