Skip to content

Instantly share code, notes, and snippets.

@RealEmmettS
Last active March 25, 2021 23:31
Show Gist options
  • Save RealEmmettS/f238d707e36ae310f924037f5d4ae9ce to your computer and use it in GitHub Desktop.
Save RealEmmettS/f238d707e36ae310f924037f5d4ae9ce to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment