Skip to content

Commit 4967b79

Browse files
authored
Update robot states (#78)
1 parent 7c93054 commit 4967b79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

evasdk/robot_state.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ class RobotState(enum.Enum):
88
ERROR = 'error'
99
RUNNING = 'running'
1010
STOPPING = 'stopping'
11-
JOGGING = 'jogging'
1211
BACKDRIVING = 'backdriving'
12+
UPDATING = 'updating'
13+
DISABLED = 'disabled'
14+
SHUTTING_DOWN = 'shutting_down'

0 commit comments

Comments
 (0)