Skip to content

dakk/autonomous-boat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autonomous-boat

RaspberryPy bot software for an autonomous sailboat.

Building

Use these commands to build the software:

mkdir build 
cd build
cmake ..
make 

The makefile will produce two binary:

  • autonomousboat: the software that will run on the raspberry
  • autonomousboat-sim: the software that simulates the autonomousboat with tracksail

Usage on raspberry

Usage with tracksail