ardrone

0.1.0 • Public • Published

node-ardrone

Installation

$ npm install ardrone

Setup

Before using this library, you need to join your ARDrone's WIFI network.

You can test your connection using ardrone-test:

$ ardrone-test > ardrone-log
Ready for takeoff!
takeoff
land

Usage

This starts the drone in hovering mode (stay above one point on the ground) and lands it after 5 seconds:

var drone = require('ardrone')
drone.takeoff()
setTimeout(drone.land, 5000)

Features

  • Send commands to the drone
    • takeoff
    • land
    • move up, down, left, right, forwards, backwards, turn around

Not implemented (yet?):

  • Receive and parse navdata
  • Video streaming

Disclaimer

Use this software at your own risk!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ardrone

      Weekly Downloads

      5

      Version

      0.1.0

      License

      none

      Last publish

      Collaborators

      • timjb
      • flybyme