Skip to content

Instantly share code, notes, and snippets.

@codebrain001
Created September 18, 2020 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codebrain001/367a9eefda17c3eaff0f0daa09d17b44 to your computer and use it in GitHub Desktop.
Save codebrain001/367a9eefda17c3eaff0f0daa09d17b44 to your computer and use it in GitHub Desktop.
# Importing the Tello Drone Library
from djitellopy import Tello
# Importing OpenCV library
import cv2
# Importing time package
import time
# Importing OS module
import os
# Instatiating the Tello module
pkg = Tello()
# Connecting the drone to the python script after connecting to the Drone's WiFi
pkg.connect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment