Files
Sim-Tello-KI-fun/run.py
Sebastian Unterschütz 8c77744cad add KI
2026-04-21 10:58:12 +02:00

7 lines
198 B
Python

from drone_pilot.main import FaceTrackingApp
if __name__ == "__main__":
# Change use_real_tello=True when flying the physical drone
app = FaceTrackingApp(use_real_tello=True)
app.run()