added run configs for reaction wheels

This commit is contained in:
Martin Zietz
2021-06-29 09:51:54 +02:00
parent 10ea97ff0b
commit a8ea01bb2f
7 changed files with 116 additions and 8 deletions

View File

@ -23,4 +23,7 @@ class CustomServiceList(enum.Enum):
PLOC = "ploc"
PCDU = "pcdu",
SA_DEPLYOMENT = "sa_depl"
REACTION_WHEEL = "reaction_wheel"
REACTION_WHEEL_1 = "reaction_wheel_1"
REACTION_WHEEL_2 = "reaction_wheel_2"
REACTION_WHEEL_3 = "reaction_wheel_3"
REACTION_WHEEL_4 = "reaction_wheel_4"