Skip to main content

A educational project for remotely operated vehicles

Project description

The eduROV project is all about spreading the joy of technology and learning. The eduROV is being developed as a DIY ROV kit meant to be affordable and usable by schools, hobbyists, researchers and others as they see fit. We are committed to be fully open-source, both software and hardware-wise, everything we develop will be available to you. Using other open-source and or open-acces tools and platforms.

Builds on this repo of previous work: https://github.com/Slattsveen/eduROV_v2

GitHub:

https://github.com/trolllabs/eduROV

PyPI:

https://pypi.org/project/edurov/

Preparation

Installation

Run the following command in a terminal window on your raspberry pi (sudo rights are needed to enable console scripts):

sudo pip3 install edurov

If you are planning on using the duo method as described below, you will also need to perform this installation on your controlling computer.

Usage

Methods

Web:

The raspberry pi will serve a web page that can be viewed in a web browser on any computer on the same network

Duo:

Requires that the eduROV packaged is installed on a second computer and the video is viewed using pygame

Web method

On the raspberry pi, run the following command:

edurov-web

This will start the web server and print the ip where the web page can be viewed, e.g. Visit the webpage at 192.168.0.197:8000.

Duo method

The controlling computer needs to be started first:

edurov-duo control " "

This will start the duo method in control mode at all ip’s. This command will print the ip address the ROV should connect to, e.g. ROV should connect to 192.168.0.190. Then on the raspberry pi, run the following command:

edurov-duo rov 192.168.0.190

Remember to change the ip to the one printed on your controlling computer.

Help

For additional parameters and information, the following commands can be used:

edurov-web -h
edurov-duo -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edurov-0.0.4.tar.gz (54.2 kB view hashes)

Uploaded Source

Built Distribution

edurov-0.0.4-py3-none-any.whl (45.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page