Skip to content

A library that allows the user to program the tello drone with ease.

License

Notifications You must be signed in to change notification settings

A0Prakash/tellolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tellolib

To install:

pip install tellolib

or

pip3 install tellolib

Sample Code:

from tellolib import tello

tello = tello.Tello(1111) # 1111 specifies the UDP port that the server that communicates with the tello binds to

tello.connect() # connects to tello
tello.takeoff()
tello.forward(20)
tello.land()

About

A library that allows the user to program the tello drone with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published