First Version (#1)
Co-authored-by: Anujith Muraleedharan <140189296+AnujithM@users.noreply.github.com>
This commit is contained in:
13
tello_sim/run_sim.py
Normal file
13
tello_sim/run_sim.py
Normal file
@@ -0,0 +1,13 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user