Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.22 KB

Description

Control an AR Drone 2.0 using a Leap Motion / keyboard and display video & control visualization in browser.

How to Fly

  1. Hold hand above Leap Motion controller
  2. To takeoff, gesture with your pointer finger as though left clicking a mouse
  3. Keeping fingers together as though saluting, move hand right to move drone right, up to move drone up and forward to move drone forward
  4. To rotate, make a circle with pointer finger in a clockwise or counterclockwise motion
  5. To land, gesture with pointer finger as though left clicking a mouse

Stack

Node.js for server Express for web app deployment Faye for publishing and subscribing between leap, server and drone Leap.js for converting leap motions into javascript jQuery for browser displays and accessing keypresses for optional keyboard controls

Learn More

http://wp.me/p2BKrb-4k - Read my blog post about why I did this and what I hope for the future

YouTube Video of Drone in Flight

http://youtu.be/hfq2SisPvCU

Thanks

Thanks to @phillipalexander for introducing me to Faye, @felixge for AR-Drone and @bkw for Dronestream