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
- Host: GitHub
- URL: https://github.com/johnwalicki/tello-python-examples
- Owner: johnwalicki
- License: apache-2.0
- Created: 2019-11-20T20:51:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T21:00:49.000Z (about 6 years ago)
- Last Synced: 2024-12-25T20:11:46.587Z (about 1 year ago)
- Language: Python
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)