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

Store past kmls, allow switch from table to input coordinates #50

Closed kpfgallagher closed 3 years ago

kpfgallagher commented 3 years ago

The --save option will allow the KML file to be saved in the format: <[Day of week] [Month] [Date] [hour:minute:second] [year].kml>

Using the --table option, the program should still be able to run if the connection fails as long as input coordinates are passed in with --navigate.

I wouldn't merge yet, some testing still needed on second point and we can configure a better place to store useful KMLs within the repo.

tylerlum commented 3 years ago

Good to merge?