- Jul 04, 2015
-
-
Steve Tonneau authored
-
- Jul 01, 2015
-
-
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 enables users to install the official version of fcl together with hpp-fcl.
-
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
- 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
- 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
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- copied code from Wildmagic (http://www.geometrictools.com) nodified boost license. - collision detection calls distance function.
-
- May 26, 2015
-
-
Jeongseok Lee authored
-
- May 03, 2015
-
-
Jeongseok Lee authored
-
- Apr 24, 2015
-
-
Jeongseok Lee authored
-
- Apr 16, 2015
-
-
Jeongseok Lee authored
-
Jeongseok Lee authored
-
Jeongseok Lee authored
-
- Apr 15, 2015
-
-
Jeongseok Lee authored
- The convention of FCL is object1 --> object2 - mesh-mesh: object1 --> object2 (correct) - shape-shape: object2 --> object1 (fixed) - shape-mesh: object2 --> object1 (fixed)
-
- Apr 09, 2015
-
-
Jeongseok Lee authored
-
- Apr 08, 2015
-
-
Jeongseok Lee authored
-
- Apr 06, 2015
-
-
Jeongseok Lee authored
-
- Mar 07, 2015
-
-
Jeongseok Lee authored
-
- Dec 01, 2014
- Aug 10, 2014
-
-
panjia1983 authored
-
panjia1983 authored
-
panjia1983 authored
-
- May 31, 2014
-
-
Andreas Orthey authored
-
- May 30, 2014
-
-
Florent Lamiraux authored
- do not assume that input vector dir is normalized.
-
- Apr 26, 2014
-
-
Mark Moll authored
-
- Apr 22, 2014
-
-
remod authored
-
- Mar 04, 2014
-
-
Florent Lamiraux authored
The conversion formula used is valid only for unit quaternions. If a user passes a zero quaternion by mistake, the resulting matrix is identity. This is very confusing since multiplying by a Transform3f containing 0 as a quaternion results in identity Transform3f.
-
- Feb 17, 2014
-
-
Mark Moll authored
-