Files
Sim-Tello-KI-fun/tello_sim/run_sim.py
Andrew Johnson 26b19a909f First Version (#1)
Co-authored-by: Anujith Muraleedharan <140189296+AnujithM@users.noreply.github.com>
2025-03-22 16:06:45 +01:00

14 lines
210 B
Python

from tello_drone_sim import TelloDroneSim
sim = TelloDroneSim()
def update():
"""
This function must be global and is called every frame by Ursina.
"""
sim.update()
sim.start()