An open API service indexing awesome lists of open source software.

https://github.com/johnwalicki/tello-python-examples

Fly your Tello Drone using the TelloPy python library
https://github.com/johnwalicki/tello-python-examples

Last synced: 8 months ago
JSON representation

Fly your Tello Drone using the TelloPy python library

Awesome Lists containing this project

README

          

# tello-python-examples
Fly your Tello Drone using the TelloPy python library

# How to Use Python Library

1. Install the TelloPy library `pip install tellopy`

If you don't have pip installed on your machine, you can simply clone the repo
(ie, download a *.zip* file of the repo which is located at: https://github.com/hanyazou/TelloPy)
In my case, I have a folder called "./drone" - downloading the zip file there and unpacking results in a new folder called ./drone/TelloPy-develop-0.7.0 - all of your working code should reside there

In your python programs, simply `import tellopy` and you're ready to go !

See more usage examples [here](https://github.com/hanyazou/TelloPy).

## Build your own Tello Flight Path examples

Check out the examples in this repository.

### Authors

- [John Walicki](https://github.com/johnwalicki/)
___

Enjoy! Give us [feedback](https://github.com/johnwalicki/tello-python-examples/issues) if you have suggestions on how to improve this tutorial.

## License

This tutorial is licensed under the Apache Software License, Version 2. Separate third party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1 (DCO)](https://developercertificate.org/) and the [Apache Software License, Version 2](http://www.apache.org/licenses/LICENSE-2.0.txt).

[Apache Software License (ASL) FAQ](http://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN)