pi2-fga / 201901-Gaia-Routes

repo for routes module of the gaia-boat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gaia Boat - router module

About the Gaia Boat

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.

Other Gaia Boat’s software links

router

Usage and installation

Usage

This module is used to trace routes for the boat to move upon. It treats events like evasions and common route mapping for the boat to operate.

Installation

To install the package you must install if through pip, using the following command:

pip install gaia-router

If you want to upgrade its version you must use:

pip install --upgrade gaia-router

About

repo for routes module of the gaia-boat

License:GNU General Public License v3.0


Languages

Language:Python 95.6%Language:Shell 4.4%