Skip to content
Snippets Groups Projects
  1. Jan 28, 2013
  2. Jan 27, 2013
  3. Jan 15, 2013
  4. Jan 10, 2013
  5. Jan 03, 2013
  6. Dec 27, 2012
  7. Dec 12, 2012
  8. Dec 11, 2012
  9. Dec 04, 2012
  10. Nov 15, 2012
    • panjia1983's avatar
      Update src/intersect.cpp · 3cb26847
      panjia1983 authored
      change the normal direction returned for triangle-triangle intersection, now it is from object 1 to object 2, consistent with shape intersection returned by libccd and gjk.
      3cb26847
  11. Oct 29, 2012
  12. Sep 23, 2012
  13. Sep 21, 2012
  14. Sep 20, 2012
  15. Sep 19, 2012
  16. Sep 18, 2012
  17. Sep 17, 2012
    • tkunz's avatar
      Made code build with Visual Studio 2010. · 341fcb88
      tkunz authored
      - In intersect.h/cpp: Replaced some STL functions with their boost counterparts because VS 2010 does not fully support C99/C++11.
      - In test/test_fcl_utility.h: Added NOMINMAX definition in order to avoid name clashes on Windows.
      - In test/test_fcl_math.cpp: Only include simd/math_simd_details.h if FCL_HAVE_SSE is set. Caused compilation errors on Windows because simd/math_simd_details.h includes GCC-specific instructions.
      - In test/test_fcl_math.cpp: Converted the constant parameter of the sqrt function from int to double because Visual Studio was not able to deduct the correct version of the overloaded sqrt function.
      - In narrowphase/narrowphase.h: Fixed some issues with template specialization. It looks like some parts of the code were not correctly replaced after some copy-and-paste. This caused specialized templated member functions to not be declared in the header file. Thus, Visual Studio used the generic version instead. But, since the cpp defines specialized versions, the linker complained about functions being defined twice. Don't know why it compiled with GCC.
      - In BVH/BV_splitter.cpp: It seems like Visual Studio does not automatically compile a fully specialized version of a templated class even if a specialized member function is defined. Thus, needed to add statements to force a compilation of specialized class templates.
      - In BVH/BVH_model.cpp: Fixed a bug that caused a segmentation fault somewhere else (probably platform-independent).
      - In ccd/taylor_model.cpp: Fixed a typo that did not cause any trouble for me but might when checking assertions.
      
      git-svn-id: https://kforge.ros.org/fcl/fcl_ros@194 253336fb-580f-4252-a368-f3cef5a2a82b
      341fcb88
  18. Sep 11, 2012
  19. Sep 10, 2012
  20. Sep 09, 2012
  21. Sep 07, 2012
  22. Sep 06, 2012
  23. Sep 05, 2012
  24. Sep 04, 2012
  25. Sep 03, 2012
  26. Aug 31, 2012
Loading