l1.5-safety-system/safety_master_plugin/scripts/enums/stop_state.py

6 lines
57 B
Python
Raw Permalink Normal View History

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