Skip to content

Imable/mix301-guardian-drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Guardian Drone

Set-up your environment

  1. Install Python 3.7
  2. Install pipenv using pip install pipenv
  3. Install the dependencies for this project by running pipenv install in the root of this project (same directory as this README.md)

Running the program

  1. Run the program using the command pipenv run python main.py

Basic code to control the drone

from djitellopy import Tello

tello = Tello()
tello.connect()
tello.takeoff()
tello.land()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages