- 13 Apr, 2021 1 commit
-
-
Guilhem Saurel authored
fix: …/hpp-core/tests/roadmap-1.cc:298:20: required from here /usr/include/c++/10.2.0/bits/stl_function.h:386:20: erreur: no match for « operator< » (operand types are « const std::weak_ptr<hpp::core::ConnectedComponent> » and « const std::weak_ptr<hpp::core::ConnectedComponent> ») 386 | { return __x < __y; } | ~~~~^~~~~ We don't need any ordering here. Plus it's faster.
-
- 15 Dec, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 12 Dec, 2020 1 commit
-
-
Florent Lamiraux authored
Constructors that used to take const Problem& as input now take const ProblemConstPtr_t. Classes that used to store a const Problem& now store a ProblemConstWkPtr_t.
-
- 13 May, 2020 1 commit
-
-
Joseph Mirabel authored
-
- 19 May, 2019 1 commit
-
-
Joseph Mirabel authored
-
- 20 Mar, 2019 1 commit
-
-
Guilhem Saurel authored
to fix build on recent BOOST
-
- 19 Mar, 2019 1 commit
-
-
Joseph Mirabel authored
* following the change of the typedef ProblemPtr_t
-
- 07 Feb, 2019 1 commit
-
-
- 15 Nov, 2018 1 commit
-
-
Joseph Mirabel authored
-
- 12 Nov, 2018 1 commit
-
-
Joseph Mirabel authored
-
- 19 Jul, 2018 1 commit
-
-
Florent Lamiraux authored
-
- 16 Oct, 2017 1 commit
-
-
- 29 Aug, 2017 1 commit
-
-
- 04 Jul, 2017 1 commit
-
-
Joseph Mirabel authored
* This homogenizes the API. Conflicts: include/hpp/core/distance/reeds-shepp.hh include/hpp/core/steering-method/reeds-shepp.hh src/distance/reeds-shepp.cc src/problem.cc src/steering-method/reeds-shepp.cc
-
- 20 Jun, 2017 2 commits
-
-
* This homogenizes the API.
-
* This homogenizes the API.
-
- 03 Apr, 2017 2 commits
-
-
BOOST_MESSAGE has been deprecated for 9 years: http://www.boost.org/doc/libs/1_35_0/libs/test/doc/components/test_tools/reference/deprecated.html
-
BOOST_MESSAGE has been deprecated for 9 years: http://www.boost.org/doc/libs/1_35_0/libs/test/doc/components/test_tools/reference/deprecated.html
-
- 27 Sep, 2016 2 commits
-
-
- 03 Aug, 2016 1 commit
-
-
Pierre Fernbach authored
-
- 29 Jul, 2016 2 commits
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- 28 Jul, 2016 2 commits
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- 27 Jul, 2016 1 commit
-
-
Pierre Fernbach authored
TODO : build the correct robot model for each test, and not the one from hppPinocchio()
-
- 25 Jul, 2016 1 commit
-
-
Pierre Fernbach authored
-
- 14 Dec, 2015 2 commits
-
-
- 07 Mar, 2015 1 commit
-
-
Florent Lamiraux authored
-
- 25 Nov, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 10 Oct, 2014 1 commit
-
-
Florent Lamiraux authored
- two implementations: nearestNeighbor::KDTree and nearestNeighbor::Basic. - update test accordingly. - use nearestNeighbor::Basic by default since nearestNeighbor::KDtree fails with benchmark 2014/09/27/pr2_in_iai_kitchen.
-
- 23 Sep, 2014 1 commit
-
-
Florent Lamiraux authored
- JointTranslation is now a template class.
-
- 03 Sep, 2014 1 commit
-
-
Florent Lamiraux authored
-
- 31 Jul, 2014 1 commit
-
-
Mukunda Bharatheesha authored
- new implementation of connected components.
-