This commit is contained in:
Max 2021-09-22 14:38:10 +01:00
parent 89454f2ded
commit 0ddfb1b4b5

View File

@ -85,7 +85,7 @@ def safety_system():
def proximity_system():
logger.info('Started proximity system')
while True:
time.speel(0.1)
time.sleep(0.1)
if PROXIMITY_STOP_ENABLED:
PROXIMITY_ARRAY.check_proximity()