Skip to content
Snippets Groups Projects
  1. Jun 07, 2024
  2. Apr 30, 2024
  3. Mar 21, 2024
  4. Dec 19, 2023
  5. Oct 20, 2023
  6. Oct 17, 2023
  7. Oct 16, 2023
  8. Sep 26, 2023
  9. Jul 28, 2023
  10. Jul 27, 2023
  11. Jul 19, 2023
  12. Jul 17, 2023
  13. May 19, 2023
  14. Mar 14, 2023
  15. Feb 20, 2023
  16. Nov 21, 2022
  17. Nov 10, 2022
  18. Nov 04, 2022
  19. Jul 02, 2022
    • Toefinder's avatar
      [SPF] Only set timeout innerPlanner if more than 0 · d9290161
      Toefinder authored
      The default timeout for innerPlanner is a positive value. However, if
      the user specifically sets it to be 0, the timeout will not be set and
      hence timeout will not be used to stop innerPlanner (default timeout in
      PathPlanner is infinity).
      d9290161
    • Toefinder's avatar
      [SPF] Fix case: init goal configs from same state · 1656dea7
      Toefinder authored
      buildOptProblem should allow the case when there is no waypoint to be
      computed (only 1 loop transition from init config to the goal).
      
      PathPlanner::tryConnectInitAndGoals() should be called when the goal
      configuration is given.
      1656dea7
  20. Jun 28, 2022
    • Le Quang Anh's avatar
      Remove extra configSolved and check idxConfigList_ · 41139cdf
      Le Quang Anh authored
      The configSolved() method is redundant. Checks are added for the case
      where the final configuration computed has been reached but the goal is
      deemed not reached by the path planner.
      
      Some other small redundancies are also removed.
      41139cdf
  21. Jun 22, 2022
  22. Jun 08, 2022
  23. Jun 07, 2022
  24. Jun 01, 2022
    • Le Quang Anh's avatar
      Minor fix to check right hand side · d83a71c2
      Le Quang Anh authored
      Declaring a vector without explicitly initializing the values to 0 seems
      to (sometimes) have strange behavior. This has been fixed.
      
      Some comments are added to explain buildOptimizationProblem.
      d83a71c2
  25. May 31, 2022
  26. May 30, 2022
    • Le Quang Anh's avatar
      Add to roadmap when inStatePlanner fails · 867867a2
      Le Quang Anh authored
      Previously, when the inStatePlanner fails to compute path between two
      configurations on the same leaf, the roadmap generated is not added to
      the main roadmap of StatesPathFinder. Now it is added so that the
      roadmap gets expanded whenever inStatePlanner is used. The good side
      effect is fairer comparison between different algorithms when comparing by the number
      of nodes in the roadmap.
      867867a2
  27. May 25, 2022
    • Le Quang Anh's avatar
      Refactor SolveOptimizationProblem · 256bc8b5
      Le Quang Anh authored
      Clearer logic flows for SolveOptimizationProblem. Also, save the longest
      sequence when we need to reset solution due to exceeding the maximum
      fails.
      256bc8b5
  28. May 23, 2022
    • Le Quang Anh's avatar
      Solve when start state is a potential goal state · b940b29c
      Le Quang Anh authored
      Previously, we handled this case when goal is defined as a goal
      configuration. However, this case may still occur when goal is defined
      as a set of constraints. Moreover, the previous method does not store
      the loop transition to the list of solutions, making it difficult to
      re-try later on.
      b940b29c
  29. May 20, 2022
  30. May 13, 2022
  31. Apr 21, 2022
Loading