An open API service indexing awesome lists of open source software.

https://github.com/selcuukyilmazz/rina

Autonomous Underwater Vehicle main system code
https://github.com/selcuukyilmazz/rina

auv dronekit embedded-systems mavproxy opencv-python python raspberry-pi-4 raspberry-pi-camera

Last synced: 7 months ago
JSON representation

Autonomous Underwater Vehicle main system code

Awesome Lists containing this project

README

          

# RINA

## Description:
RINA is an Autonomous Underwater Vehicle (AUV) project. It is written in python, used OpenCV and Thread libraries. With threading we can control motors and camera in syncronization. Project is finished due to some economical and school problems. But as a team we are still learning and we still want to build our own professional AUV in the future

## How To Use:
If you need to detect Rectangle Shapes then start the code with argument ```1```

If you need to detect Circle Shapes then start the code with argument ```2```

In both case you should set trackbars to detect shapes properly

Image of RINA is below

![alt text](https://github.com/SelcuukYilmazz/RINA/blob/main/Images/17122b74-f121-4fc5-b184-9a878ae9a327.jpg?raw=true)

## Image Process Tests:
The Algorithm is trying to get the blue dot to center of white circle. White circle is in front of camera.

![alt text](https://github.com/SelcuukYilmazz/RINA/blob/main/Images/Image_Process.png)

## Underwater Scenario Test:
Algorithm successfully find circle in underwater video.

![alt text](https://github.com/SelcuukYilmazz/RINA/blob/main/Images/Test1.png)

## Movement Scenario Test:
Algorithm successfully move RINA according to vision. This movement scenario tested on QGC and simulations.

![alt text](https://github.com/SelcuukYilmazz/RINA/blob/main/Images/Test2.png)

## Search Algorithm for Mission-1:
![alt text](https://github.com/SelcuukYilmazz/RINA/blob/main/Images/Mission-1.png)

## Search Algorithm for Mission-2:
![alt text](https://github.com/SelcuukYilmazz/RINA/blob/main/Images/Mission-2.png)

## Search Algorithm for Mission-3:
![alt text](https://github.com/SelcuukYilmazz/RINA/blob/main/Images/Mission-3.png)