This commit is contained in:
Max 2021-09-22 14:37:41 +01:00
parent d44078d993
commit 89454f2ded

View File

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