Skip to content
Snippets Groups Projects
Commit a311d6cc authored by Sebastian Böttger's avatar Sebastian Böttger
Browse files

Add Message

parent ca95e63b
No related branches found
No related tags found
1 merge request!1Development
......@@ -24,6 +24,7 @@ L = 2 # Value for a left turn
#%% Functions
def main_loop():
print("TO EXIT THE PROGRAMM, CLOSE THE DASHBOARDWINDOW!!!")
try:
# create objektes
driving_analyser = Driving_Analyser(THRESHOLD_LEFT, THRESHOLD_RIGHT, BLOCK_SIZE_DA)
......@@ -94,6 +95,8 @@ def main_loop():
except Exception:
pass
lp_w.close()
lp_v.close()
tp.close()
def pars_data(data):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment