Index

ARDrone - Flight


Allows user to send flight control commands to an ARDrone. Flight control commands are those used to tell the ARDrone to take off, land, and or any number of other autonomous flight manuvers.

API Reference

How To Connect

Communication with the ARDrone's flight control interface takes place using a WiFi connection. The ARDrone is a WiFi access point, so it normally can be the only device you connect to, without some additional effort to reconfigure the drone itself to put it into infrastructure mode.

// code here
...

How To Use

This example controls an ARDrone to take off, and then land.

// code here

Compatibility