Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
    • Le Quang Anh's avatar
      Check if solver already has stricter constraints · 16ae96b1
      Le Quang Anh authored
      Before adding another constraint to a solver, check if it already has
      the stricter version of the constraint. `constraint/hold` is stricter
      than `constraint` and stricter than `constraint/complement`.
      16ae96b1
  2. Feb 24, 2022
    • Le Quang Anh's avatar
      Analyse opt prob when goal is set of constraint · 247330bc
      Le Quang Anh authored
      This is currently done by propagating the constraints from the last
      state to the initial state if the joints involved in each constraint are
      constrained during all transitions between the initial state and the
      last state. Checking the initial configuration to see if it
      satisfies these constraints will help to eliminate some state sequences.
      247330bc
  3. Feb 11, 2022
  4. Feb 10, 2022
  5. Feb 07, 2022
  6. Feb 01, 2022
  7. Jan 20, 2022
  8. Sep 23, 2021
    • Florent Lamiraux's avatar
      [StatesPathFinder] Refactor · 45c41f47
      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.
      45c41f47
  9. Sep 10, 2021
  10. Apr 30, 2021
  11. Feb 19, 2021
  12. Feb 12, 2021
  13. Feb 09, 2021
  14. Feb 05, 2021
    • Florent Lamiraux's avatar
      [GraphComponent] Modify access to numerical constraints · 0d81bac3
      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.
      0d81bac3
  15. Feb 03, 2021
  16. Jan 19, 2021
  17. Jan 16, 2021
  18. Jan 05, 2021
  19. Dec 14, 2020
  20. Dec 10, 2020
  21. Dec 07, 2020
  22. Dec 04, 2020
  23. Apr 24, 2020
  24. Apr 01, 2020
  25. Mar 28, 2020
Loading