Skip to content

TinySea provide functions to compute sailing boat routing based on multiple criteria

License

Notifications You must be signed in to change notification settings

jorisv/tiny_sea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinySea

TinySea provide functions to compute sailing boat routing based on multiple criteria

Installation

Build

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

Create Conan package

conan create . -s compiler.cppstd=17 -b missing

Algorithm

The algorithm is a Hybrid A*.

About

TinySea provide functions to compute sailing boat routing based on multiple criteria

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages