Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
Chris Thierauf edited this page May 2, 2018 · 3 revisions

Welcome to the documentation of WIT IEEE's 2018 MATE ROV!

Here's the running info you might find helpful:

rovsquad18

Welcome to the repository for WIT IEEE's 2018 MATE Explorer Class Underwater ROV!

How to run

The following steps will start the robot in debug mode

cd js
npm install
npm run bootstrap
npm run deploy -- --local --startSurface

The robot will be listening on localhost:8080 with dummy sensors, and the dashboard on localhost:80

Run you some tests!

make sure you've bootstrapped first

npm run test

You can also run the bot in non-debug mode

cd js
npm install
npm run bootstrap
npm run deploy

(You don't need to npm install and npm bootstrap every time.)

Concepts

These documents cover more 'how things work' rather than the nitty-gritty stuff.

Javascript packages

Function-by-function breakdown per JS package.

Systemd

systemd allows us to start processes when the Pi powers on.

Arduino Code

Stuff about our Arduino code, details depending on the file.

  • TODO

Bash Scripts

Overview of the bash script(s).

  • TODO

Custom Tools

Tools we've created to make the usage and development process easier.

Clone this wiki locally