- Aug 06, 2019
-
-
Justin Carpentier authored
This is for making the code compliant with new policy in C++17.
-
- Jul 23, 2019
-
-
Joseph Mirabel authored
-
- Jun 13, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Jun 12, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- May 24, 2019
-
-
- May 16, 2019
-
-
Florent Lamiraux authored
-
- May 15, 2019
-
-
Florent Lamiraux authored
- in DistanceResult constructor, initialize nearestpoints and normal with NaN vectors, - in test_fcl_geometric_shapes.cpp, initialize plane with zero vectors.
-
- Apr 21, 2019
-
-
Joseph Mirabel authored
-
- Apr 13, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Mar 28, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Feb 12, 2019
-
-
- 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
-
- Jan 21, 2019
-
-
- Jan 13, 2019
-
-
Florent Lamiraux authored
If GJK returns fail, assume no collision. Fix computation of closest points.
-
Florent Lamiraux authored
to check that if no collision lowed bound of distance is positive.
-
Florent Lamiraux authored
sqrDistLowerBound output parameter was not computed.
-
Florent Lamiraux authored
- if collision is very small epa algorithm may return slightly negative penetration.
-
- Jan 07, 2019
-
-
Florent Lamiraux authored
-
- Jan 02, 2019
-
-
Joseph Mirabel authored
-
- Dec 26, 2018
-
-
Florent Lamiraux authored
If GJK::evaluate fails to converge but that the distance of the origin to the simplex converges to 0, set distance and return fail. In shapeDistance, return collision if GJK::evaluate failed.
-
- Dec 24, 2018
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Methods BVTesting with sqrDistLowerBound as output argument were not defined. Instead the implementation of the base class BVHCollisionTraversalNode <BV> was called instead. Unfortunately, in the base class, the meshes and bounding volume hierarchy were moved to the position given for collision testing, but not in the derived classes. Method overlap were then called with wrong argument for position and orientation.
-