- Dec 04, 2019
-
-
Florent Lamiraux authored
Do not suggest another deprecated header as an alternative.
-
- Aug 29, 2019
-
-
Lucile Remigy authored
-
- Aug 28, 2019
-
-
Lucile Remigy authored
-
- Feb 07, 2019
-
-
-
* 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" {} \;
-
- Jun 14, 2016
-
-
- Apr 01, 2016
-
-
- Mar 15, 2016
-
-
- Mar 11, 2016
-
-
- Jun 30, 2015
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
- add a Boolean value in CollisionRequest to trigger this option, - if selected, fcl::collision function will compute a lower bound on the distance between the two objects if they do not collide.
-
- Apr 24, 2015
-
-
Jeongseok Lee authored
-
- Apr 16, 2015
-
-
Jeongseok Lee authored
-
- Mar 16, 2015
-
-
Mark Moll authored
-
- Mar 13, 2014
-
-
Florent Lamiraux authored
Matrix3fX::isIdentity, Vec3fX::norm, Vec3fX::squaredNorm, Vec3fX::setZero, operator * (double, Vec3fX).x
-
- Sep 23, 2012
-
-
Jia Pan authored
-
- Sep 19, 2012
-
-
Ioan Sucan authored
-
- Sep 07, 2012
-
-
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
-
- Aug 26, 2012
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@178 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Aug 25, 2012
-
-
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
-
- Aug 03, 2012
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@152 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Aug 01, 2012
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@150 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Jul 29, 2012
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@146 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Jul 16, 2012
-
-
jpan authored
fix bug in sse matrix git-svn-id: https://kforge.ros.org/fcl/fcl_ros@128 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Jul 09, 2012
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@122 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Jun 25, 2012
-
-
jpan authored
sphere-sphere, box-box special implementation. seems the precision is lower than standard GJK. So now is still not used. git-svn-id: https://kforge.ros.org/fcl/fcl_ros@106 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Dec 30, 2011
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@54 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Dec 09, 2011
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@51 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Dec 06, 2011
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@48 253336fb-580f-4252-a368-f3cef5a2a82b
-
- Dec 05, 2011
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@47 253336fb-580f-4252-a368-f3cef5a2a82b
-