Skip to content
Snippets Groups Projects
  1. Sep 24, 2024
  2. Jun 28, 2024
  3. Jun 20, 2024
  4. Jun 13, 2024
  5. Jun 10, 2024
  6. Jun 07, 2024
  7. Apr 30, 2024
  8. Mar 21, 2024
  9. Dec 19, 2023
  10. Oct 20, 2023
  11. Oct 17, 2023
  12. Oct 16, 2023
  13. Sep 26, 2023
  14. Jul 28, 2023
  15. Jul 27, 2023
  16. Jul 19, 2023
  17. Jul 17, 2023
  18. May 19, 2023
  19. Mar 14, 2023
  20. Feb 20, 2023
  21. Nov 21, 2022
  22. Nov 10, 2022
  23. Nov 04, 2022
  24. 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
  25. 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
  26. Jun 22, 2022
  27. Jun 08, 2022
Loading