Giter Club home page Giter Club logo

obiwit / exprover Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 0.0 291.5 MB

The ExpROVer software intents to add value to the ROV market by enabling the use an open source solution enabling an easy and intuitive user interface, available anywhere and at anytime and ready to support extensions from the open source community.

Home Page: http://xcoa.av.it.pt/~pei2018-2019_g010/

License: GNU General Public License v3.0

Shell 1.60% CMake 16.68% C 1.10% C++ 59.56% Python 9.15% QMake 0.02% MATLAB 0.72% Java 7.88% HTML 1.65% CSS 0.91% JavaScript 0.73%
ros python tensorflow yolo computer-vision machine-learning rov videoraypro4 rosbridge c

exprover's Introduction

expROVer

The ExpROVer software intents to add value to the ROV market by enabling the use an open source solution enabling an easy and intuitive user interface, available anywhere and at anytime and ready to support extensions from the open source community.

You can find more information in our website. Alternatively, you can check out this prezi presentation to get an overview of the system.

Getting Started

Every module of the project contains READMEs that better detail that module. This page is intended as a general overview of the system.

Installing

To replicate the work on this repository, you need to follow the installation proccess. (You can find a more thorough description on our user manual page.)

  1. Make sure you have ROS installed, if not, click the following link:

    http://wiki.ros.org/ROS/Installation

  2. Build all ROS catkin packages:

$ ./build.sh
  1. After the build is complete, the build script will output a sequence of commands that you should place in your .bashrc (or similar) file to ensure that your system can "see" the newly built components. The following is an example sequence of commands that you should place in your .bashrc file:
CATKIN_WS1_SETUP=/path/to/gt-ros-pkg/setenv.sh
if [ -f ${CATKIN_WS1_SETUP} ]; then
source ${CATKIN_WS1_SETUP}
fi
  1. Verify that you are connected to the ROV and to a standard controller (ex: Dualshock, Logitech, etc.)

  2. Launch the control interface

$ rosrun videoray deploy.sh

Protocols

Computer Vision

Computer Vision isn't run in real time due to the latency it would cause. It can be run on the video captured from the ROV (during operation, the video feed from the ROV is both streamed and saved to a hard drive, making this possible).

To execute fish detection in a video, run the following command:

python yolo_video.py --input <input_video_path> --output <output_path>
# OR
python yolo_video.py [OPTIONS...] --image, for image detection mode

Server Commands

The communication with the server is based on JSON.

Movement

The movement need a vector of three axis (movX, movY, movZ)

{
    "type": "move",
    "data":
    {
        "x": "movX",
        "y": "movY",
        "z": "movZ"
    }
}

Rotation

The rotation is made only by the vertical axis, and is given by degrees

{
    "type": "rotate",
    "data":
    {
        "rotation": "axisZ",
    }
}

Lights

{
    "type": "lights",
    "data":
    {
        "active": "true/false"
    }
}

More Information

You can find more information in our website.

License

This project is under the license of GPL-3.0. You can find more information in LICENSE.

Acknowledgments

We would like to particularly thank our mentors, professors Nuno Lau, Francisco Curado and Paulo Lopes, whose guidance and expertise made it possible for us to achieve such a functional, fine-tuned and robust final project.

exprover's People

Contributors

obiwit avatar tonysantos9 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  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.