- 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" {} \;
-
- 06 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
void collide(CollisionTraversalNodeBase* node, FCL_REAL& sqrDistLowerBound, BVHFrontList* front_list) -> void collide(CollisionTraversalNodeBase* node, const CollisionRequest& request, CollisionResult& result, BVHFrontList* front_list), void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node, FCL_REAL& sqrDistLowerBound, BVHFrontList* front_list) -> void propagateBVHFrontListCollisionRecurse (CollisionTraversalNodeBase* node, const CollisionRequest& request, CollisionResult& result, BVHFrontList* front_list)
-
- 14 Jun, 2016 1 commit
-
-
- 01 Apr, 2016 1 commit
-
-
- 30 Jun, 2015 2 commits
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
-
- 24 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 16 Apr, 2015 1 commit
-
-
Jeongseok Lee authored
-
- 19 Sep, 2012 1 commit
-
-
Ioan Sucan authored
-
- 10 Aug, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@161 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 03 Aug, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@152 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 02 Aug, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@151 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 01 Aug, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@150 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
-
- 07 Jun, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@94 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 30 May, 2012 1 commit
-
-
jpan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@85 253336fb-580f-4252-a368-f3cef5a2a82b
-
- 25 May, 2012 1 commit
-
-
jpan authored
add kIOS which can handle collision and distance simultaneously. and refactor the collision_func_matrix.cpp git-svn-id: https://kforge.ros.org/fcl/fcl_ros@82 253336fb-580f-4252-a368-f3cef5a2a82b
-