- 28 Feb, 2013 1 commit
-
-
Andreas Orthey authored
-
- 28 Jan, 2013 3 commits
-
-
Ioan Sucan authored
-
panjia1983 authored
No commit message
-
Ioan Sucan authored
-
- 27 Jan, 2013 2 commits
-
-
Ioan Sucan authored
-
isucan authored
-
- 15 Jan, 2013 1 commit
-
-
Mark Moll authored
-
- 10 Jan, 2013 2 commits
-
-
isucan authored
Fix template specialization problem that caused link errors in Visual Studio 2010
-
Tobias Kunz authored
-
- 03 Jan, 2013 1 commit
-
-
Ioan Sucan authored
-
- 27 Dec, 2012 1 commit
-
-
panjia1983 authored
fix the crash caused by the typo in intersect_Triangle
-
- 12 Dec, 2012 1 commit
-
-
Ioan Sucan authored
-
- 11 Dec, 2012 1 commit
-
-
Mark Moll authored
-
- 04 Dec, 2012 1 commit
-
-
Mark Moll authored
-
- 15 Nov, 2012 1 commit
-
-
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.
-
- 29 Oct, 2012 1 commit
-
-
Ioan Sucan authored
-
- 23 Sep, 2012 1 commit
-
-
Jia Pan authored
-
- 21 Sep, 2012 1 commit
-
-
Jia Pan authored
-
- 20 Sep, 2012 2 commits
- 19 Sep, 2012 3 commits
-
-
Ioan Sucan authored
-
Ioan Sucan authored
-
Ioan Sucan authored
-
- 18 Sep, 2012 3 commits
-
-
mmoll authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@197 253336fb-580f-4252-a368-f3cef5a2a82b
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@196 253336fb-580f-4252-a368-f3cef5a2a82b
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@195 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 17 Sep, 2012 1 commit
-
-
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
-
- 11 Sep, 2012 1 commit
-
-
mmoll authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@193 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 10 Sep, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@192 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 09 Sep, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@191 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 07 Sep, 2012 3 commits
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@190 253336fb-580f-4252-a368-f3cef5a2a82b
-
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
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@188 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 06 Sep, 2012 1 commit
-
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@187 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 05 Sep, 2012 2 commits
-
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@186 253336fb-580f-4252-a368-f3cef5a2a82b
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@185 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 04 Sep, 2012 3 commits
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@184 253336fb-580f-4252-a368-f3cef5a2a82b
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@183 253336fb-580f-4252-a368-f3cef5a2a82b
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@182 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 03 Sep, 2012 1 commit
-
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@181 253336fb-580f-4252-a368-f3cef5a2a82b
-