l1.5-safety-system/safety_user_plugin/scripts/enums/clutch_state.py

6 lines
62 B
Python
Raw Permalink Normal View History

2018-09-17 21:39:35 +02:00
class ClutchState:
ENGAGED = 4
DISENGAGED = 5
UNKNOWN = 6