Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 458 Bytes

File metadata and controls

24 lines (17 loc) · 458 Bytes

Parrot SDK Demo

This app is meant to be a simpler entry point to the iOS version of Parrot's GroundSDK

Features

  • Connect to drone
  • Take off
  • Manual flight with joysticks
  • Land

Requirements

  • Xcode 10.2+
  • iOS 10.0+

Setup

Open up Terminal, cd into your top-level project directory, and run the following commands

pod repo update
pod install

Once the pods have been installed, you can open the .xcworkspace file and start coding!