Skip to content

ytworks/ARSDKBuildUtils

 
 

Repository files navigation

ARDroneSDK3

Welcome to the Software Development Kit for Parrot Drones Version 3.

It can be used to write applications which control the latest generation of Parrot Drones:

  • Bebop Drone
  • Bebop 2 (without video stream)
  • Rolling Spider
  • Airborne Night
  • Airborne Cargo
  • Hydrofoil
  • Jumping Sumo
  • Jumping Night
  • Jumping Race
  • Skycontroller

The SDK provides the source code you need to do everything provided by the freeflight 3 application:

  • discover the drones on the network
  • connect the drones
  • send piloting and camera commands
  • configure the drones
  • get informations (depends on drones capabilities)
  • get H264 video stream on bebop
  • get MJpeg video stream on Jumping Sumo
  • transfer Photos / videos
  • update the drones
  • handle Drone Academy / Mavlink files
  • and everything which pops out of your mind

The easiest way to control a drone is to create a device controller thanks to the libARController. This lib is quite new, we are still working hard on it. It is still in beta state, but you can use it. Samples which use this new API are available : JSPilotingNewAPI for Unix, RSPilotingNewAPI and BebopPilotingNewAPI for iOS and BebopPilotingNewAPI for Android. This library is quite slow to compile for the moment, we are working on it :)

It's BSD license allows to use, change, distribute with no restriction. Contributions and new feature discussions are highly appreciated.

The latest release version is tagged ARSDK3_version_3_7_5. This version of the SDK is the one used in the 3.7 versions of FreeFlight 3, plus some changes to support the Bebop 2.
Unfortunately, this SDK is not compatible with the video stream of the Bebop 2, so you won't receive it.
It is fully compatible with the versions :

  • 2.0.57 and later for the Bebop drone
  • 3.0.2 and later for the Bebop 2
  • 1.99.2 for the Rolling Spider
  • 2.1.7 for the Airbornes
  • 1.99.0 for the Jumping Sumo
  • 2.1.5 for the Jumping Sumo Evos

Usage

Please read the install documentation

Questions

If you have any questions, please open a new DroneSDK topic on the Parrot Developer forum.

Samples

You can find samples files. These samples will help you to build the interface between products and controllers. Feel free to use and adapt them to your needs.

License

Please read the license file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.5%
  • Shell 9.4%
  • Makefile 0.1%