- Jun 13, 2022
-
-
Guilhem Saurel authored
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.1 → v14.0.4-1](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.1...v14.0.4-1) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0)
-
- Jun 08, 2022
-
-
Florent Lamiraux authored
[ProblemSolver] Allow non-graph steering method in createPathProjector
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Le Quang Anh authored
Path projectors are defined in core::ProblemSolver and overloaded in manipulation::ProblemSolver. Formerly, the overloaded method checked that the steering method was of type manipulation::SteeringMethod and created the path projector with the inner steering of the latter. This commit modifies this behavior since calling idl method hpp::corbaserver::Problem::createPathPlanner with a core_idl::Problem instance as input fails when the problem solver is of type manipulation::ProblemSolver.
-
- May 31, 2022
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- May 09, 2022
-
-
Florent Lamiraux authored
Use vector instead of list.
-
- Apr 21, 2022
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Allow to solve constraints level by level.
-
- Apr 19, 2022
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
- Apr 15, 2022
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
"Graph-SteeringMethodStraight" and "Graph-Straight" refer to the same steering method.
-
Florent Lamiraux authored
when robot contact surfaces are not on a freeflying object.
-
- Apr 01, 2022
-
-
Florent Lamiraux authored
Fix bug in code for mask
-
- Mar 31, 2022
-
-
Le Quang Anh authored
These errors are shown when compiled in debug mode.
-
- Mar 01, 2022
-
-
Florent Lamiraux authored
Change license to BSD 2 clauses.
-
- Feb 28, 2022
-
-
Florent Lamiraux authored
-
- Feb 25, 2022
-
-
Florent Lamiraux authored
[Handle] Allow to customize mask complement.
-
- Feb 20, 2022
-
-
Florent Lamiraux authored
-
- Feb 04, 2022
-
-
Florent Lamiraux authored
[GraphValidation] Add method to get collision list for a node
-
- Feb 03, 2022
-
-
Diane Bury authored
-
- Nov 05, 2021
-
-
Guilhem Saurel authored
fix submodule url
-
- Nov 02, 2021
-
-
Guilhem Saurel authored
-
- Sep 30, 2021
-
-
Guilhem Saurel authored
- May 06, 2021
-
-
Florent Lamiraux authored
Fix steeringMethod::CrossStateOptimization
-
- Apr 30, 2021
-
-
Florent Lamiraux authored
- do not copy constraints from graph solvers, - in solver construction, use target constraints of transitions instead of merging solvers of edge, graph and target state. In target constraints, constraints and complements are merged when necessary.
-
Florent Lamiraux authored
Do not clear constraintsAndComplements_ after graph initialization, Add method clearConstraintsAndComplement(), call this method in ProblemSolver::initConstraintGraph().
-
Florent Lamiraux authored
- add parameter "CrossStateOptimization/nRandomConfig" to specify the number of trials to generate each waypoint configuration.
-
- Apr 28, 2021
-
-
Florent Lamiraux authored
-