TinySea provide functions to compute sailing boat routing based on multiple criteria
To build this project you must have conan
, cmake
and a compiler that support cpp17.
git clone https://github.com/jorisv/tiny_sea
mkdir build
cd build
conan install ../tiny_sea -s compiler.cppstd=17 -b missing
cmake ../tiny_sea
make && ctest
conan create . -s compiler.cppstd=17 -b missing
The algorithm is a Hybrid A*.