Skip to content
Snippets Groups Projects
  1. Sep 27, 2019
  2. Sep 03, 2019
  3. Sep 02, 2019
  4. Jun 13, 2019
  5. Feb 26, 2019
  6. Feb 07, 2019
    • Joseph Mirabel's avatar
      Prepend HPP_ to header guards · eb686fe2
      Joseph Mirabel authored and Joseph Mirabel's avatar Joseph Mirabel committed
      eb686fe2
    • 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
  7. Jan 10, 2019
  8. Dec 07, 2018
  9. Dec 06, 2018
    • Florent Lamiraux's avatar
      Modify overlap methods of bounding volumes. · 9b101416
      Florent Lamiraux authored
        - overlap method without sqrDistLowerBound as an argument call the method
          with sqrDistLowerBound as an argument.
      9b101416
    • Florent Lamiraux's avatar
      Simplify collision test between OBB. · 4c14cc3e
      Florent Lamiraux authored
      4c14cc3e
    • Florent Lamiraux's avatar
      Pass collision request and result to functions · 78a63ac4
      Florent Lamiraux authored
        void collide(CollisionTraversalNodeBase* node, FCL_REAL& sqrDistLowerBound,
                     BVHFrontList* front_list) ->
        void collide(CollisionTraversalNodeBase* node,
                     const CollisionRequest& request, CollisionResult& result,
                     BVHFrontList* front_list),
        void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node,
                                                    FCL_REAL& sqrDistLowerBound,
                                                    BVHFrontList* front_list) ->
        void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node,
                                                    const CollisionRequest& request,
                                                    CollisionResult& result,
                                                    BVHFrontList* front_list)
      78a63ac4
  10. Jul 28, 2017
  11. May 09, 2017
  12. Jun 14, 2016
  13. Apr 01, 2016
  14. Jun 30, 2015
  15. Apr 24, 2015
  16. Apr 16, 2015
  17. Jan 28, 2013
  18. Sep 19, 2012
Loading