GithubHelp home page GithubHelp logo

uavgp2018's Introduction

UAVGP2018

This project is based on DJI SDK 3.8.1.
Our code can be found in sample/linux/grab-task.

It's a simplified version from original source code.
To protect personal privacy, some parameters are deleted.
So it's cannot be directly used on an UAV.

Mechanism

It's quite simple: FSM(finite-state machine), to switch from one state to another.

There is a GCS(ground contronl station) which continuously receives position infomation from the drone.
And, of course, onboard computer runs a process(namely UAVPG2018 program) keepping sending info to GCS.
Before taking off, the staff should carry the drone to where the objects located and the GCS will record the position data.
Then, GCS sends position data to onboard computer. During the grabbing task, the rotorcraft flies to these recorded places by GPS and RTK.

The communication protocol (userial/) between GCS and onboard computer seems complex. It just reads and sends info by FSM, and you can also write by yourself.

About the GCS

You can write it by yourself.

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.