USU-Robosub / Poseidon

USU's third-generation autonomous submarine

Home Page:http://usub.cs.usu.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poseidon

This repository contains the software for Poseidon and its new twin PoGen2, USU's latest autonomous submarines.

This submarine is the third generation of our submarine, built by the mechanical, electrical, and software engineers at Utah State University.

The quality of Poseidon sets it apart from previous generations of submarines. Poseidon contains cutting edge hardware, has an easy to maintain design, and cleaner code.

Setting up Poseidon

Beaglebone Black

Poseidon uses a Beaglebone Black as its main computer. From a clean install of Beaglebone Black Debian run

apt-get install g++ cmake
cd Poseidon/Scripts
./compileMain.sh

The NodeJS on the Beaglebone Black may need to be updated.

Arduino Due

Poseidon uses an Arduino Due as its hardware controller. Follow the install instructions in ArduinoController/README.md.

Use

Web Interface

To test via the built-in web server, run the following in cloud9 or SSH terminal

cd Poseidon/BoneCentral/WebApplication
node index.js

In a browser, enter the IP address of the Beaglebone Black (ie. 192.168.1.7) and a web interface will appear

Autonomous Mode

To run Poseidon's autonomous code, run the following in cloud9 or SSH terminal

cd Poseidon/BoneCentral/Brain
node initialize.js

Poseidon will wait for its action switch to be inserted before moving. Removing the action switch will cause Poseidon to stop all of its motors.

About

USU's third-generation autonomous submarine

http://usub.cs.usu.edu


Languages

Language:C++ 47.7%Language:JavaScript 46.5%Language:C 1.7%Language:CMake 1.4%Language:Objective-C 1.3%Language:Arduino 0.7%Language:HTML 0.6%Language:Shell 0.1%Language:CSS 0.0%