You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently def get_pyastar_grid() only returns the ground pathing grid.
There should be an option to return the air pathing grid too.
From my limited testing of using the sc2pathlibp air grid, and passing it to the existing pathfind() method in this library it works just as well as the ground path finding.
The text was updated successfully, but these errors were encountered:
Currently
def get_pyastar_grid()
only returns the ground pathing grid.There should be an option to return the air pathing grid too.
From my limited testing of using the
sc2pathlibp
air grid, and passing it to the existingpathfind()
method in this library it works just as well as the ground path finding.The text was updated successfully, but these errors were encountered: