UBCSailbot / raye-global-pathfinding

UBC Sailbot's Global Pathfinding Repository: A* pathfinding that creates sailing paths with minimized length and desirable wind speeds throughout.
MIT License
5 stars 1 forks source link

Progress bar #36

Closed tylerlum closed 3 years ago

tylerlum commented 3 years ago

Added progress bar to pathfinding so we know how the progress is going.

Used this as a reference: https://stackoverflow.com/questions/14539867/how-to-display-a-progress-indicator-in-pure-c-c-cout-printf

Looking at the min heuristic cost seen so far (closest we have gotten to the goal so far).

image

image