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 |
NewerOlder