Parrot Drone SDK 2 0.0.8An SDK for remotely piloting the Parrot AR Drone 2.0 quadcopter
The Parrot Drone SDK 2 is a pure Fantom implementation of the Parrot SDK 2.0 that lets you pilot your AR Drone quadcopter remotely via Fantom programs.
It's an intuitive and simple API that'll have you flying your drone in minutes!
The Fantom SDK features:
- Blocking & non-blocking drone movement methods
- Feedback events with telemetry, flight, and drone data
- Video stream processing
- FFmpeg integration for video conversion
- Pre-programmed flight stunts and LED patterns
- Read and write drone configuration
- Full decoding of all navigation option data
- Exit strategy to guard against run-away drones when your program crashes!
For more information on the AR Drone, see the AR Drone Developer Guide in the official Parrot SDK 2.0 (for C).
Install
To install Parrot Drone SDK 2 with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install Parrot Drone SDK 2 with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/
directory.
Use
To use Parrot Drone SDK 2 in a Fantom project, add a dependency to the project's build.fan
:
depends = ["sys 1.0", ..., "afParrotSdk2 0.0.8 - 0.0"]
Documentation
Information
Meta information on the Parrot Drone SDK 2 pod:
- Published by
- Steve Eynon
- Organisation
- Alien-Factory
- Pod file size
- 386.57 kB
- Licence
- ISC Licence (ISC)
- Built on
- 4th Jul 2017
- Source code
- via Mercurial at https://bitbucket.org/AlienFactory/afparrotsdk2
- Depends on
- afConcurrent, concurrent, inet, sys
- Referenced by
- Javascript Compatible
- No
Dependency Graph
Release History
There have been 4 releases of Parrot Drone SDK 2: