glocal_exploration
glocal_exploration copied to clipboard
Fix A* star selection logic
This PR fixes A*'s best-path selection comparison, which was wrongly inverted. Unsurprisingly this significantly improves performance, especially when the linked skeleton graph becomes large.
This bug also affects mav_voxblox_planning
and the other packages in our stack that are derived from it. Corresponding PRs will be opened there.