- Jan 31, 2022
-
-
Florent Lamiraux authored
-
- Jan 20, 2022
-
-
Florent Lamiraux authored
-
- Nov 05, 2021
-
-
Guilhem Saurel authored
fix submodule url
-
- Nov 02, 2021
-
-
Guilhem Saurel authored
-
- Sep 30, 2021
-
-
Guilhem Saurel authored
- Sep 23, 2021
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
- Use parent implementation for method solve, - reimplement tryToConnectInitAndGoals, - remove InStatePath class and call core::DiffusingPlanner instead. - optimize paths on sub-manifolds with random shortcut and insert path in roadmap.
-
- Sep 14, 2021
-
-
Florent Lamiraux authored
when calling a path planner in hpp-core. Throw core::path_planning_failed when interrupted.
-
- Sep 10, 2021
-
-
Florent Lamiraux authored
-
alexandrethiault 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
-
- Apr 21, 2021
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
- Apr 09, 2021
-
-
Florent Lamiraux authored
if starting configuration slightly violates the constraint. Return false instead.
-
- Feb 19, 2021
-
-
Joseph Mirabel authored
-
- Feb 12, 2021
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Feb 09, 2021
-
-
Florent Lamiraux authored
This reverts commit 0d81bac3.
-
- Feb 05, 2021
-
-
Florent Lamiraux authored
- only before initialization.
-
Florent Lamiraux authored
- remove duplicate loop.
-
Florent Lamiraux authored
- GraphComponent::numericalConstraints is virtual, - reimplemented in Edge a follows: - if edge is not initialized, call parent implementation, - otherwise return constraints that are in the solver. - The differences are that: 1. constraints and complements are replaced by explicit constraints, 2. constraints of the containing node are also returned.
-
- Feb 04, 2021
-
-
Florent Lamiraux authored
- Methods of class Implicit that use member rhs_ have been made deprecated.
-
- Feb 03, 2021
-
-
Florent Lamiraux authored
- when inserting them. Throw if they are. - Add a test.
-
Florent Lamiraux authored
-
- Jan 21, 2021
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Jan 20, 2021
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Jan 19, 2021
-
-
Florent Lamiraux authored
to comply with modification in hpp-constraints.
-
Florent Lamiraux authored
This fixes a bug due to numerical approximation. In some cases, an explicit constraint of the path is satisfied for a configuration, but the constraint of the node that is supposed to contain the path constraint is not satisfied.
-
- Jan 16, 2021
-
-
Florent Lamiraux authored
RelativeTransformation -> RelativeTransformationSE3 with mask.
-
Florent Lamiraux authored
Replace deprecated Path::operator() by method eval.
-
Florent Lamiraux authored
Replace deprecated Path::operator() by method eval.
-
- Jan 05, 2021
-
-
Joseph Mirabel authored
-