We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c93054 commit 4967b79Copy full SHA for 4967b79
evasdk/robot_state.py
@@ -8,5 +8,7 @@ class RobotState(enum.Enum):
8
ERROR = 'error'
9
RUNNING = 'running'
10
STOPPING = 'stopping'
11
- JOGGING = 'jogging'
12
BACKDRIVING = 'backdriving'
+ UPDATING = 'updating'
13
+ DISABLED = 'disabled'
14
+ SHUTTING_DOWN = 'shutting_down'
0 commit comments