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

Fix incorrect parameter type in pathfinder_cli #12

Closed haakov closed 4 years ago

haakov commented 4 years ago

Fixes the following error:

sailbot@685a13b49276:~/global-pathfinding/build$ ./bin/pathfinder_cli -p 8 -c 11
Generating HexPlanet of Size: 8
Planet Generation Complete (1.086533s)

boost::bad_any_cast: failed conversion using boost::any_cast
Alexmac22347 commented 4 years ago

Worked for me. Not really sure who is in charge of pathfinding now ill go ahead and merge it though

Alexmac22347 commented 4 years ago

Btw someone needs to fix the cppcheck errors bc it's making the merge fail