tranchis / TelloSwift

DJI Tello drone controller Swift package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJI Tello drone controller Swift framework

This is a Swift framework that allows controlling the DJI Tello drone, presumably from iOS and macOS (although it hasn't been thoroughly tested yet).

The code in this repo is almost a line-to-line translation of the Python package, so some refactoring is expected soon. Also many interface operations such as moving and tilting the drone in different directions are not yet fully implemented.

How to test

There are still not enough tests to be confident that this framework can be used reliably. Please use at your own risk.

If you want to do a quick test, run the playground at TelloSwiftFrameworkTests/TakeoffExample.playground.

About

DJI Tello drone controller Swift package


Languages

Language:Swift 98.6%Language:Objective-C 1.2%Language:Ruby 0.2%