Skip to content

Commit 01ccd7c

Browse files
committed
reshaped the STATES list
1 parent aa3553c commit 01ccd7c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

cflib/utils/supervisor_state.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@
66

77
class SupervisorState:
88
STATES = [
9-
'Can be armed', 'Is armed', 'Auto armed', 'Can fly', 'Is flying',
10-
'Is tumbled', 'Is locked', 'Is crashed', 'HL control is active',
11-
'Finished HL trajectory', 'HL control is disabled'
9+
'Can be armed',
10+
'Is armed',
11+
'Auto armed',
12+
'Can fly',
13+
'Is flying',
14+
'Is tumbled',
15+
'Is locked',
16+
'Is crashed',
17+
'HL control is active',
18+
'Finished HL trajectory',
19+
'HL control is disabled'
1220
]
1321

1422
def __init__(self, crazyflie):

0 commit comments

Comments
 (0)