Giter Club home page Giter Club logo

aqass's Introduction

AqASS

Aquatic Area Scanning System

A control system for a motor boat to make it autonomously scan a body of water. Multiple different behaviours can be written for this system but two are included here; navigating to a single point, and navigating to a series of points.

This code is designed to be run on a motor-powered boat. The python code has been developed for a Raspberry Pi3, and the arudino code has been developed for a moteino, but this code will run on similar hardware.

How to use

Before this program is run, all hardware must be connected (most importantly the compass and GPS).

Once all hardware is connected, start the Pi and load the Arduino code (arduino-code/src/src.ino) onto the Arduino. If the compass libraries are not recognised you may need to tell the ArduinoIDE that they can be found in arduino-code/lib . In its default state the Arduino will not print anything when the code is run; printing can be turned on to debug the code, but this will prevent proper communication with the Pi so MUST be turned off before running the code for real.

Before running the code on the Pi, you must first update the water.csv, objects.csv and waypoints.csv files to include the GPS co-ordinates of the area of water you wish to scan, any objects in the water (or points to be avoided) and the points you wish the boat to go to respectively.

To run the code on the Pi, check which USB ports the compass and arduino are located on and update the main.py and run-code.sh files with the appropriate ports. You can then run the code by running the run_code.sh file.

Every time the main.py file is run, there will be information printed in the log.csv file about where it was located at what time. You may want to copy this elsewhere after each run and empty it before the next run.

aqass's People

Contributors

tebazil12 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.