- 12 Jun, 2021 1 commit
-
-
Guilhem Saurel authored
fix: /src/hpp-fcl/test/collision.cpp:228:9: error: no template named 'vector' in namespace 'boost::mpl'; did you mean 'boost::container::vector'? typedef boost::mpl::vector<OBB, RSS, KDOP<24>, KDOP<18>, KDOP<16>, kIOS, OBBRSS> BVs_t; ^~~~~~~~~~~~~~~~~~ boost::container::vector /usr/local/include/boost/container/container_fwd.hpp:104:7: note: 'boost::container::vector' declared here class vector; ^ /src/hpp-fcl/test/collision.cpp:228:21: error: too many template arguments for class template 'vector' typedef boost::mpl::vector<OBB, RSS, KDOP<24>, KDOP<18>, KDOP<16>, kIOS, OBBRSS> BVs_t; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/boost/container/container_fwd.hpp:104:7: note: template is declared here class vector; ^
-
- 26 Mar, 2021 1 commit
-
-
Justin Carpentier authored
-
- 05 Jan, 2021 1 commit
-
-
Joseph Mirabel authored
-
- 24 Jun, 2020 1 commit
-
-
Joseph Mirabel authored
* By needed, I mean I wasn't able to get it working on github CI.
-
- 23 Jun, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 01 Apr, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 20 Feb, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 15 Nov, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 08 Nov, 2019 1 commit
-
-
Lucile Remigy authored
-
- 07 Nov, 2019 1 commit
-
-
Lucile Remigy authored
-
- 23 Oct, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 09 Oct, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 13 Sep, 2019 1 commit
-
-
Joseph Mirabel authored
- Non-oriented collision query is bugged. The update of the bounding volumes are is not correct. - Remove AABB because they were not meant for collision queries.
-
- 06 Sep, 2019 1 commit
-
-
Lucile Remigy authored
-
- 02 Sep, 2019 8 commits
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Lucile Remigy 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" {} \;
-
- 06 Feb, 2019 1 commit
-
-
stevet authored
-
- 07 Dec, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 06 Dec, 2018 4 commits
-
-
Florent Lamiraux authored
when checking sizes of vectors.
-
Florent Lamiraux authored
- old constructor is deprecated.
-
Florent Lamiraux authored
- store const CollisionRequest& as a member instead of CollisionRequest, - remove member CollisionRequest::enable_distance_lower_bound, - modify constructors of all derived classes.
-
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)
-
- 29 Dec, 2016 1 commit
-
-
Florent Lamiraux authored
-
- 20 Jun, 2016 1 commit
-
-
jcarpent authored
-
- 14 Jun, 2016 1 commit
-
-
- 30 Jun, 2015 4 commits
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
enable_distance_lower_bound.
-
Florent Lamiraux authored
-
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
-
- 05 Sep, 2012 1 commit
-
-
isucan authored
git-svn-id: https://kforge.ros.org/fcl/fcl_ros@185 253336fb-580f-4252-a368-f3cef5a2a82b
-