Skip to content
Snippets Groups Projects
  1. Dec 04, 2019
  2. Aug 29, 2019
  3. Aug 28, 2019
  4. 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
  5. Jun 14, 2016
  6. Apr 01, 2016
  7. Mar 15, 2016
  8. Mar 11, 2016
  9. Jun 30, 2015
  10. Apr 24, 2015
  11. Apr 16, 2015
  12. Mar 16, 2015
  13. Mar 13, 2014
  14. Sep 23, 2012
  15. Sep 19, 2012
  16. Sep 07, 2012
    • jpan's avatar
      code for articulated model · bb04ee14
      jpan authored
      This line, and those below, will be ignored--
      
      A    fcl/include/fcl/articulated_model
      A    fcl/include/fcl/articulated_model/joint_config.h
      A    fcl/include/fcl/articulated_model/model.h
      A    fcl/include/fcl/articulated_model/joint.h
      A    fcl/include/fcl/articulated_model/model_config.h
      M    fcl/include/fcl/math/matrix_3f.h
      
      
      git-svn-id: https://kforge.ros.org/fcl/fcl_ros@189 253336fb-580f-4252-a368-f3cef5a2a82b
      bb04ee14
  17. Aug 26, 2012
  18. Aug 25, 2012
  19. Aug 03, 2012
  20. Aug 01, 2012
  21. Jul 29, 2012
  22. Jul 16, 2012
  23. Jul 09, 2012
  24. Jun 25, 2012
  25. Dec 30, 2011
  26. Dec 09, 2011
  27. Dec 06, 2011
  28. Dec 05, 2011
Loading