Skip to content

Instantly share code, notes, and snippets.

View RealEmmettS's full-sized avatar
🤯
Creating something mind-blowing…

Emmett Shaughnessy RealEmmettS

🤯
Creating something mind-blowing…
View GitHub Profile
from TelloSDKPy.djitellopy import Tello #imports tello modules and wrapper classes
import cv2
from time import sleep
tello = Tello() #create a tello object
tello.connect() #connect to the tello drone