- Apr 21, 2019
-
-
Joseph Mirabel authored
-
- Apr 17, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Apr 13, 2019
-
-
Joseph Mirabel authored
-
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.
-