• Stars
    star
    219
  • Rank 180,542 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pilot the AR.Drone 2.0 directly from your browser. Extend the application with plugins to add features such as video recording, autonomous flight, face recognition, and more.

ardrone-webflight

Pilot the AR.Drone 2.0 directly from your browser. Extend the application with plugins to add features such as video recording, autonomous flight, face recognition, and more. It makes it a very friendly environment to quickly build and experiment with your drone (e.g. during a nodecopter event).

If you encounter an issue; please submit it to the issue tracker! You can also catch up with me (eschnou) on twitter or on #freenode (channel #nodecopter).

This branch is the development branch, there are no packaged release yet.

Built-in plugins

  • video-png stream the video to the browser through static image loading, works great in every browser. Requires ffmpeg installed on your system.

  • video-stream use node-dronestream to stream the raw h264 video feed via webscokets and rendering in Javascript !!! Need a modern browser and CPU.

  • hud to visualize a head-up display with artificial horizon, compass, altimeter, etc. Based on nodecopter-cockpit

  • pilot to control the drone remotely using the keyboard. Based on drone-browser.

  • battery display a battery widget in the top bar.

  • blackbox records all mission data (raw video, navdata, etc.) on the disk.

  • replay replays a mission by injecting the data at the client level. Makes it a very friendly tool to code/test/debug when you can't fly. You need to use video-png for video, not compatible with video-stream yet.

Other plugins

Feel free to add your plugins in this list by editing this page.

  • copterface detect faces and track them by rotating the drone. A port of the copterface project to the webflight environment.

  • traffic displays live Air traffic from ADS-B data as an augmented reality overlay.

  • gamepad controls the drone with a gamepad.

  • tracker track pixels on the videostream by clicking on them.

  • trollface detect faces and overlay trollfaces on top of them.

  • OculusFlight Controls the drone with Oculus Rift.

  • onscreen-keyboard Adds buttons to the UI for easier control

Install

WebFlight requires a recent nodejs (built and tested with node > 0.10) as well as npm and bower for dependency management.

In order to use the video-png plugin, you also need ffmpeg installed on your system.

git clone https://github.com/eschnou/ardrone-webflight.git
cd ardrone-webflight
npm install
bower install

Usage

  1. Copy the config.js.sample to config.js and edit to select your plugins
  2. Connect to the drone's wifi
  3. Run node app.js
  4. Point your browser to http://localhost:3000/

Controlling the drone

If you have enabled the pilot plugin, you can fly the drone with the following keys. You can define your keyboard in the config file. In the plugin, azerty and qwerty keyboards are defined. Feel free to define others.

Use z, s, q, d to move front, back and sideways. Use your cursors to go up/down or turn clockwise/counter clockwise. Use t to takeoff and l for landing.

Use the tab key to toggle acceleration speed slow/fast.

Use the f key to perform a flip in the current direction of movement.

Use the c key to switch the video feed between front/bottom camera.

Use the e key to recover from an emergency after a crash.

Record a mission

Just press the r to start recording. A popup alers you when the recording starts. Press r again to stop. Each mission is bundled in its own folder.

Adding your own plugin

There is no tutorial yet, in the meanwhile, just have a look at the built in plugins, it is faily straightforward.

Thanks

This work is based on the integration of nodecopter-cockpit and drone-browser, refactored in a plugin architecture. Thanks to @bkw and @functino for sharing! Also a big thank you to @felixge for his node-ar-drone library which pushed me into buying a drone and become crazy about these little flying robots!

License

The MIT License

Copyright (c) 2013 by the AUTHORS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
PHP
216
star
2

ardrone-autonomy

Provides key building blocks to create autonomous flight applications with the #nodecopter (AR.Drone).
JavaScript
152
star
3

node-ostatus

An OStatus library for node-js. Implementing webfinger, PubSubHubBub, hcard, atom/json activitystreams and salmon. It serves as the building block of a decentralized social network.
JavaScript
96
star
4

arduino-px4flow-i2c

Arduino library wrapping the Wire I2C calls to a PX4Flow Optical Flow Tracker.
C++
63
star
5

ardrone-panorama

Take 360° panoramic pictures with an ar-drone.
JavaScript
40
star
6

node-bignumber

Packaging of Tom Wu Javascript BigNumber & RSA library
JavaScript
25
star
7

OpenGPA

Free and open General Purpose Assistant
Java
19
star
8

webflight-copterface

A port of the nodecopter copterface as a plugin to the ardrone-webflight environment.
JavaScript
16
star
9

covid19-be

Collecting data on belgium covid-19 cases
Python
15
star
10

shoutr

A decentralized social networking platform.
JavaScript
11
star
11

php-atom-lib

A custom Atom parser in PHP with support of activitystreams
PHP
8
star
12

salmon-bash

An implementation of Salmon Magic Signatures in bash
Shell
4
star
13

storytlr.org

The web site at storytlr.org
JavaScript
4
star
14

node-o3-xml

NodeJS library for W3C-DOM XML api with XPath and namespaces. It is based on LibXML2
JavaScript
3
star
15

bitcoinauth

A proposal, and reference implementation, to use bitcoin for an openid like cross-domain authentication.
2
star
16

sandbox

Sandbox for experimenting with Github
1
star