mirror of
https://github.com/PotentiaRobotics/control-system.git
synced 2025-04-17 18:00:17 -04:00
Done for today
This commit is contained in:
parent
86219c72e8
commit
4bc2bb1ebf
|
@ -59,6 +59,8 @@ class Receiver:
|
||||||
def sensorData(self):
|
def sensorData(self):
|
||||||
# Test
|
# Test
|
||||||
# Read from Arduinos to know what motors and sensors there are
|
# Read from Arduinos to know what motors and sensors there are
|
||||||
|
print("test")
|
||||||
|
|
||||||
|
|
||||||
def runSimul(self):
|
def runSimul(self):
|
||||||
threading.Thread(target=self.priorityQueue).start()
|
threading.Thread(target=self.priorityQueue).start()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user