Skip to content
Snippets Groups Projects
  1. Feb 07, 2019
    • Joseph Mirabel's avatar
      Wrap library into namespace hpp. · 788afa0d
      Joseph Mirabel authored and Joseph Mirabel's avatar Joseph Mirabel committed
      * 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" {} \;
      788afa0d
  2. Feb 05, 2019
  3. Jan 21, 2019
  4. Jan 13, 2019
  5. Jan 12, 2019
  6. Jan 10, 2019
  7. Jan 08, 2019
  8. Jan 07, 2019
  9. Dec 26, 2018
    • Florent Lamiraux's avatar
      Fix GJK algorithm · 9c980291
      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.
      9c980291
  10. Dec 25, 2018
  11. Dec 24, 2018
  12. Dec 17, 2018
  13. Dec 16, 2018
  14. Dec 15, 2018
  15. Dec 14, 2018
  16. Dec 10, 2018
  17. Dec 07, 2018
  18. Dec 06, 2018
Loading