diff --git a/Control System/bootup.py b/Control System/bootup.py index d92276b..175e4f6 100644 --- a/Control System/bootup.py +++ b/Control System/bootup.py @@ -59,6 +59,8 @@ class Receiver: def sensorData(self): # Test # Read from Arduinos to know what motors and sensors there are + print("test") + def runSimul(self): threading.Thread(target=self.priorityQueue).start()