- 02 Sep, 2019 12 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- 07 Feb, 2019 1 commit
-
-
* 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" {} \;
-
- 26 Dec, 2018 1 commit
-
-
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.
-
- 25 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
- if dir [2] == 0, return a point with z coordinate equal to 0, - add a test between box and cylinder that did make GJK algorithm fail.
-
- 06 Dec, 2018 4 commits
-
-
Florent Lamiraux authored
- remove unused variable.
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Simplex::c -> Simplex::vertex. Simplex::p -> Simplex::coefficient.
-
- 14 Jun, 2016 3 commits
-
-
- 30 Jun, 2015 1 commit
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
- 24 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 16 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 10 Aug, 2013 1 commit
-
-
panjia1983 authored
-
- 09 Mar, 2013 1 commit
-
-
Ioan Sucan authored
-
- 19 Sep, 2012 1 commit
-
-
Ioan Sucan authored
-
- 25 Aug, 2012 1 commit
-
-
mmoll authored
fix compilation issues with SSE, properly set SSE flags for gcc and clang, add option to disable SSE to create more portable binaries git-svn-id: https://kforge.ros.org/fcl/fcl_ros@177 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 24 Aug, 2012 4 commits
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@176 253336fb-580f-4252-a368-f3cef5a2a82b
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@174 253336fb-580f-4252-a368-f3cef5a2a82b
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@173 253336fb-580f-4252-a368-f3cef5a2a82b
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@171 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 16 Jul, 2012 1 commit
-
-
jpan authored
fix bug in sse matrix git-svn-id: https://kforge.ros.org/fcl/fcl_ros@128 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 12 Jul, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@126 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 09 Jul, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@122 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 22 Jun, 2012 1 commit
-
-
jpan authored
now the user can choose solver for the basic shape distance/collision. git-svn-id: https://kforge.ros.org/fcl/fcl_ros@104 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 20 Jun, 2012 2 commits
-
-
jpan authored
The shape collision basic code is finished. Support both collision and distance. can use gjk in libccd or use independent gjk. tested on simple examples. remove geometric_shapes_intersect.h/cpp, replace by gjk_libccd.h/cpp and move them to narrowphase folder Next step is testing the external interface for shape/mesh git-svn-id: https://kforge.ros.org/fcl/fcl_ros@103 253336fb-580f-4252-a368-f3cef5a2a82b
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@102 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 19 Jun, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@100 253336fb-580f-4252-a368-f3cef5a2a82b
-