Files
Sim-Tello-KI-fun/README.md
Andrew Johnson c7b686d849 first commit
2025-02-22 18:42:16 +01:00

366 B

Tello Drone Sim

Setup

  1. Create the virtual environment by running:
python3 -m venv venv
  1. Activate the virtual environment by running:
source venv/bin/activate
  1. Install the required packages by running:
pip install -r requirements.txt
  1. Run the program by running:
python tello_drone.py
``` # tello-sim