added mode commanding for radiation sensor

This commit is contained in:
2021-07-01 11:52:25 +02:00
parent 7a15062efe
commit fe1bed900a
6 changed files with 59 additions and 5 deletions

View File

@ -27,3 +27,4 @@ class CustomServiceList(enum.Enum):
REACTION_WHEEL_2 = "reaction_wheel_2"
REACTION_WHEEL_3 = "reaction_wheel_3"
REACTION_WHEEL_4 = "reaction_wheel_4"
RAD_SENSOR = "rad_sensor"