The Gaia Boat is an autonomous boat designed to collect trash from a lake’s shore. It uses image processing to detect obstacles and trash, an app for tracing routes and a series of other embedded software for controlling the hardware.
This module is used to establish communication between the Raspberry Pi 3 and a ASP module. With both of them having different electronics and sensors attached like GPS, MPU and Bluetooth.
To install the package you must install if through pip, using the following command:
pip install gaia-communication
If you want to upgrade its version you must use:
pip install --upgrade gaia-communication