We had to program the guidance of a boat using python. Here, you can find all the .py modules which enable us to guide the boat. In the drivers folder, all the programs that control Arduino and sensors are presented
100% all tasks done
Last work done : following a circle using a Kalman filter
- Calibration of the compass.
- Following of a heading, for example 70° from the starting point.
- Following a triangle using linearized GPS coordinates.
- Following a circle using feedback linearization and Kalman filter.
You need the drivers folder, and the roblib.py file.
You have to use the shell to connect yourself to the boat using a SSH protocol :
$ ssh [email protected]
$ ue32
$ cd ddboatmoilesfesses
$ python3 whatever_you_want.py
The file heading_command.py enables you to follow a gps coordinate, you can just run main.py to execute it.