Skip to content

Fixed a bug in astar

2604728 requested to merge aStar into main

The bug in question caused the algorithm to sometimes loop over too many states, which impacted performance and sometimes the algorithm returned suboptimal paths.

Merge request reports

Loading