Skip to content
ErnGusMik edited this page Nov 9, 2022 · 4 revisions

Tello and RMTT SDK by ErnGusMik

Last revision: v2.4.1
For version history, please refer to VERSIONS.md

Getting Started

Installation

user@os$ pip install tello-sdk

Only Windows and Mac are supported.

Configuration

import tello_sdk
tello = Tello()

Usage

tello.init()
  • Call tello.init() every time the script runs.
  • To see the advanced setup guide, please refer to the advanced setup page
  • To see more on how to use our SDK, please take a look at our Wiki (on the right)

License

Licensed under the MIT license.