From 2ff67cec3280d04b20b918b5a2bf3dfa069ad7c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20B=C3=B6ttger?=
 <sebastian.boettger@stud.hs-bochum.de>
Date: Wed, 28 Jun 2023 22:13:53 +0200
Subject: [PATCH] check stuff for testing

---
 race_managment.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/race_managment.py b/race_managment.py
index fdd97dd..dfd0fb9 100644
--- a/race_managment.py
+++ b/race_managment.py
@@ -72,7 +72,7 @@ def main_loop():
                         
                         # if section type is None driving_analyser still count to decide which type it is
                         if(section_type is not None):
-                            
+                            #print(get_section_type_formated(section_type))
                             # update localizer position
                             localizer.update_position(section_type)
                             update_dashboard(dashboard, localizer, driving_analyser)
@@ -84,8 +84,7 @@ def main_loop():
                                 if len(section) == 1:
                                     print(section.iloc[0].s_name)
                                     tp.select_trackpart(section.iloc[0].s_name)
-                                        #tp.set_robot_to_trackpart(section.iloc[0].s_name)
-                                        #tp.select_trackpart(section.iloc[0].s_name)
+
     except Exception as e:
         print("An error occured")
         print(e)
-- 
GitLab