added submodes #132

Merged
mkranz merged 2 commits from acs_ctrl_submodes into main 2023-02-10 12:18:38 +01:00
Showing only changes of commit 0ae3ae294c - Show all commits

View File

@ -40,9 +40,13 @@ class SetId(enum.IntEnum):
class Submode(enum.IntEnum):
SAFE = 2
DETUMBLE = 3
IDLE = 4
SAFE = 10
DETUMBLE = 11
IDLE = 12
PTG_NADIR = 13
PTG_TARGET = 14
PTG_TARGET_GS = 15
PTG_INERTIAL = 16
class OpCodes: