l1.5-safety-system/safety_user_plugin/scripts/enums/stop_state.py
2018-09-17 21:39:35 +02:00

6 lines
57 B
Python

class StopState:
STOPPED = 1
RUNNING = 2
UNKNOWN = 3