- 30 Sep, 2021 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 24 May, 2021 1 commit
-
-
Guilhem Saurel authored
remove dynamic exception specifications for C++17
-
- 19 May, 2021 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 14 Apr, 2021 4 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
- use shared pointers from std instead of boost, except for hpp-fcl: https://github.com/humanoid-path-planner/hpp-fcl/issues/218 - use shared pointers to class core::Problem only https://github.com/humanoid-path-planner/hpp-core/commit/7641d248827b87a580675c3225ad6f3e378db22d - constraints::Implicit::create(func) was removed, we need to explicitely use create(func, comp) https://github.com/humanoid-path-planner/hpp-constraints/commit/837e9b91ae4b10a07e1764dd7e8a5be6f1a54f8a - core::ConfigProjector::add(nm, passiveDofs, priority) was removed, we need to use add(nm, priority) https://github.com/humanoid-path-planner/hpp-core/commit/a658fcaac3a04dd6aac5d1a11fcbadcf93f077c5 - include/hpp/rbprm/planner/parabola-path.hh & include/hpp/rbprm/planner/steering-method-parabola.hh were encoded in a DOS format. They have been automatically re-encoded for UNIX.
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 08 Apr, 2021 2 commits
-
-
Guilhem Saurel authored
fix boost bind placeholders
-
Guilhem Saurel authored
otherwise, with a recent Boost: /usr/include/boost/bind.hpp:36:1: note: « #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. »
-
- 07 Apr, 2021 1 commit
-
-
Guilhem Saurel authored
[CMake] add extension to fix CMP0115
-
- 02 Apr, 2021 1 commit
-
-
Guilhem Saurel authored
-
- 27 Mar, 2021 1 commit
-
-
Guilhem Saurel authored
[Tests] fix quaternion norm, fix #85
-
- 19 Mar, 2021 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
curves → ndcurves
-
- 16 Mar, 2021 1 commit
-
-
- 16 Nov, 2020 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 27 Oct, 2020 2 commits
-
-
Guilhem Saurel authored
[tests] fix hyq paths
-
Guilhem Saurel authored
`loadRobotModel` (through private `makeeModelPath`) assumes that the subdir is the same as the extension, so use loadModel instead. ref https://github.com/humanoid-path-planner/hpp-pinocchio/issues/134
-
- 15 Sep, 2020 2 commits
-
-
Guilhem Saurel authored
-
Pierre Fernbach authored
-
- 14 Sep, 2020 2 commits
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- 11 Sep, 2020 1 commit
-
-
Fernbach Pierre authored
Minor fix
-
- 09 Sep, 2020 2 commits
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- 02 Jun, 2020 1 commit
-
-
Florent Lamiraux authored
[tests] Use example-robot-data for Talos model.
-
- 30 May, 2020 1 commit
-
-
Florent Lamiraux authored
-
- 28 May, 2020 1 commit
-
-
Florent Lamiraux authored
Disambiguate ComparisonTypes_t
-
- 14 May, 2020 1 commit
-
-
Florent Lamiraux authored
ComparisonTypes_t is defined in hpp::constraints and in hpp through hpp-corbaserver.
-
- 28 Apr, 2020 1 commit
-
-
Guilhem Saurel authored
-
- 21 Apr, 2020 1 commit
-
-
Guilhem Saurel authored
-
- 17 Apr, 2020 6 commits
-
-
Guilhem Saurel authored
Topic/fix 73
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Thanks @pfernbach !
-
Pierre Fernbach authored
[Tests] reachability: slightly changes the configurations to avoid cdd-lib error with colinear normals
-
Pierre Fernbach authored
time-constraint-path: use LieGroupSpace::interpolate instead of direct call to hpp::pinocchio::interpolate
-
Pierre Fernbach authored
-