Giter Site home page Giter Site logo

dmitriko / flowberry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adamheinrich/flowberry

0.0 0.0 0.0 48 KB

Software described in "Ego-motion Sensor for Unmanned Aerial Vehicles Based on a Single-Board Computer"

License: BSD 3-Clause "New" or "Revised" License

C++ 24.48% C 73.50% Makefile 2.02%

flowberry's Introduction

Flowberry

Software described in "Ego-motion Sensor for Unmanned Aerial Vehicles Based on a Single-Board Computer"

Hardware

  • Raspberry Pi 3
  • Raspberry Pi Camera Module v2
  • L3GD20H (gyro) connected to I2C
  • HRLV-EZ4 (ultrasonic sensor) connected to UART

Compilation

First, build the OpenCV library (version 3.1.0) and make sure it is registered by pkg-config:

pkg-config --libs opencv

Then, make sure all submodules are loaded:

git submodule init
git submodule update

Finally, build the application by running make.

Usage

Obtain gyro_calib.txt using the gyro utility in tools/gyro:

./gyro -c

Calibrate camera using using RaspiCalib and save its output as flowberry_camera_calib.xml:

./raspicalib default.xml

Finally, run flowberry at 30 FPS:

./flowberry 30

This starts Mavlink server at 192.168.42.42:14550. The data can be observed using QGroundControl.

flowberry's People

Contributors

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