Giter Club home page Giter Club logo

hand-gesture-controlled-drone's Introduction

Hand Gesture Controlled Drone

As the title suggests, we are trying to build a hand-gesture controlled drone, where you don't need to have the transmitter in your hand to fly it.

We have divided our project into four modules:

  1. Controlling the flight and movement of the drone.
  2. Building Gesture recognition model.
  3. Flight simulation.
  4. Real world implementation.

Getting Started

1. Controlling the flight and movement of the drone

  • Drone: We have used Intel Aero Ready To Fly (RTF) drone which comes with intel aero compute board running a quadcore Intel atom processor, and a Intel RealSense R200 camera with Stereo Vision and Depth Sense.
    • We need to install ubuntu on drone’s micro processor and calibrate its sensor for the flight.
    • Establish a local connection between the drone’s WiFi and our personal laptop.
    • Using mavlink to communicate between the drone and the laptop.
    • Testing and calibrating the drone programmatically using a wide range of values for the yaw, pitch & roll of the drone as well as the speed of the rotors until we got a suitable set of values with which the drone could hover in a stable manner.
    • For detail explaination please refer: github.com/BhaskarTrivedi/Intel-Aero-Drone

2. Building Gesture recognition model

  • Since our drone’s camera has resolution limitations, therefore we decided to implement arm-length gestures. (i.e. it could be detected from far away)
  • We needed an algorithm that can both classify as well as localize the gestures, in real-time.
  • Therefore, we went for Yolo v3 algorithm.
  • Since, the project is in early phase we decided to train our model on only two gestures.
  • We created a labelled dataset of 3000 images, 1500 each for one gesture.

3. Flight simulation

Output sample

  • To test the gesture recognition, we used the software V-REP to simulate a drone.
  • The simulation was controlled using RemoteApi offered by the V-REP software through a python script.
  • The python script contains method to move the drone to either left or right.
  • Once the gesture is detected, the method from the drone control script is called to move the drone in the detected direction.

4. Real world implementation

  • Since the drone crashed during one of the flights, we were unable to test the gesture control on the drone.
  • Our future goal will be to calibrate a swarm of drones to respond to gestures.
  • Some of the application of this project would be in real world situations that require hands free drone control.

References

hand-gesture-controlled-drone's People

Contributors

bhaskartrivedi avatar sooryamsharma avatar pshashank avatar

Watchers

 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.