- May 31, 2022
-
-
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 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
-
- 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
-