Update
This commit is contained in:
parent
9b000777da
commit
97bbe47be9
@ -84,8 +84,9 @@ def safety_system():
|
|||||||
|
|
||||||
def proximity_system():
|
def proximity_system():
|
||||||
logger.info('Started proximity system')
|
logger.info('Started proximity system')
|
||||||
if PROXIMITY_STOP_ENABLED:
|
while True:
|
||||||
PROXIMITY_ARRAY.check_proximity()
|
if PROXIMITY_STOP_ENABLED:
|
||||||
|
PROXIMITY_ARRAY.check_proximity()
|
||||||
|
|
||||||
|
|
||||||
def safety_watchdog():
|
def safety_watchdog():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user