- Apr 13, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Mar 28, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Mar 15, 2019
-
-
Guilhem Saurel authored
Release of version 1.0.1.
- Mar 05, 2019
-
-
Joseph Mirabel authored
all: add missing #ifdef HPP_FCL_HAVE_OCTOMAP
-
- Mar 04, 2019
-
-
Justin Carpentier authored
-
- Feb 26, 2019
-
-
Joseph Mirabel authored
obb: fix compatibility with Eigen 3.0.5
-
Joseph Mirabel authored
-
Justin Carpentier authored
-
- Feb 20, 2019
-
-
Guilhem Saurel authored
Fix CI on OSX
-
Guilhem Saurel authored
-
- Feb 12, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
-
Guilhem Saurel authored
Declare CachedMeshLoader::Key::operator<
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Wrap code into namespace hpp
-
- Feb 07, 2019
-
-
Joseph Mirabel authored
-
-
-
-
-
* 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
-
-
Joseph Mirabel authored
using flag structure for argurments to collision requests
-
stevet authored
-
stonneau authored
Fix GJK between triangles that are very close
-
- Feb 05, 2019
-
-
Florent Lamiraux authored
in GJKSolver_indep::shapeDistance<TriangleP, TriangleP>.
-
Florent Lamiraux authored
triangles are in collision but distance between them is slightly positive.
-
- Jan 21, 2019
-
-
- Jan 20, 2019
-
-
Florent Lamiraux authored
Position of octree is defined by resolution only. cell center coordinates are of the form: ((kx+.5)*resolution, (ky+.5)*resolution, (kz+.5)*resolution), where kx, ky, kz are integers. This commit fixes the construction of the environment octree in order to respect this constraint. In test_fcl_octree, envOctree contains envMesh.
-
- Jan 18, 2019
-
-
Florent Lamiraux authored
-
- Jan 13, 2019
-
-
Florent Lamiraux authored
If GJK returns fail, assume no collision. Fix computation of closest points.
-