ar-drone
A node.js client for controlling Parrot AR Drone 2.0 quad-copters
ar-drone is a Node.js client library for controlling Parrot AR.Drone quadcopters over their network protocol. It provides a high-level API for common flight operations such as takeoff, landing, altitude changes, rotation, directional movement, and hovering. Programs can receive navigation telemetry including flight state, altitude, and other sensor data. Camera output can be accessed as raw video streams or converted into PNG frames through FFmpeg. The library also exposes predefined flight...