GithubHelp home page GithubHelp logo

tyutrmclub / drones-267 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ssk2/drones-267

0.0 2.0 0.0 35.79 MB

Autonomous Multi-Rotor Landing Using Vision

License: GNU General Public License v3.0

CMake 0.45% C++ 10.54% C 0.97% Python 0.24% Shell 0.34% Makefile 0.09% JavaScript 38.64% CSS 23.60% HTML 8.07% TeX 17.06%

drones-267's Introduction

Autonomous Multi-Rotor Landing Using Vision

This project is the amalgamation of multiple class projects and a Master's capstone project:

  • CS280: Computer Vision (Fall 2013)
  • CS287: Advanced Robotics (Fall 2013)
  • CS267: Applications of Parallel Computers (Spring 2014)

We're aligned with the Cyber-Physical Cloud Computing Lab at UC Berkeley (http://cpcc.berkeley.edu).

The goal is to develop a robust automated landing controller that uses a landing station of a known pattern to very accurately land a multi-rotor unmanned aerial vehicle. We aim to use open source software, to run on open hardware and to run at high performance.

Our approach is based on the 2001 paper "A vision system for landing an unmanned aerial vehicle." by Sharp, Courtney S., Omid Shakernia, and S. Shankar Sastry.

This code is available under the LGPL v3. Please see the accompanying LICENSE.txt file for full terms.

Hardware Set Up

### Autopilot We've tested this against an APM 2.6 running Ardupilot. We assume that the computer is connected to the APM via USB. Note that this means the 3DR telemetry link will be disabled since both USB and telemetry cannot operate at the same time.

### Embedded Board We've used this on a BeagleBone Black running a 12.04 ARMhf image. We've also used this on a HardKernel Odroid XU using the HardKernel 13.09 Ubuntu Server image.

Software Set Up

You'll need to build this code from source. It runs against ROS Hydro and OpenCV.

If setting up on an embedded board, you can install ROS and OpenCV by hand. (If using an ARM board, you'd be advised to cross compile OpenCV).

For development purposes, you can install vagrant and VirtualBox, clone this repository and run vagrant up in the root of it. Vagrant works well for testing compilation but it's performance with hardware is less than satisfactory.

(If you want to test this with a webcam/ArduPilot, you will need to call vagrant halt, open the VirtualBox settings for the newly created virtual machine and add USB device filters for the relevant devices.)

### Pre-Requisites This project depends on roscopter being built and available.

### Build vagrant will automatically symlink the repository folder into ~/catkin_ws/src/drones-267.

If you're not using vagrant, be sure to clone this repository in ~/catkin_ws/src.

cd ~/catkin_ws
catkin_make

Usage

The state controller works by listening to the mode switch (typically channel 6).

More details to come.

Performance

A goal of this project was to have this operate at greater than 5 frames per second to allow for adequate control.

More data to come.

Contributors

Thanks to cberzan, nbhanage and hoanghw!

drones-267's People

Contributors

cberzan avatar ssk2 avatar nbhanage avatar ckrainer avatar hoanghw avatar

Watchers

James Cloos avatar hamradiodxer 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.