Skip to content

HaoruiPeng/InfoCom-LP2-Lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LP2 Drone Project - Lab 1

Intall the requied Python packages

pip3 install -r requirements.txt

Go to /webserver, run the flask server:

export FLASK_APP=build.py
export FLASK_ENV=development
flask run

Go to /pi, run the Pi controller:

python3 pi_controller.py

In the terminal running pi_controller.py, use 'wasd' to move the 'drone' on the website.

Note: Don't user python3 build.py to run the webserver, since this does not porvide all the functionalities requied by the application.

About

EITA65 Drone Project LP2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published