Skip to content

Instantly share code, notes, and snippets.

View RealEmmettS's full-sized avatar
💻
Probably making something...

Emmett Shaughnessy RealEmmettS

💻
Probably making something...
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