Last active
March 25, 2021 23:31
-
-
Save RealEmmettS/f238d707e36ae310f924037f5d4ae9ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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