fixes and updates for ACS mode tree
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-02-03 11:25:03 +01:00
parent b3a5c94f02
commit 2c2c73b23f
3 changed files with 134 additions and 46 deletions

View File

@ -53,8 +53,8 @@ void AcsController::performControlOperation() {
performDetumble();
break;
case acs::PTG_TARGET:
case acs::PTG_NADIR:
case acs::PTG_INERTIAL:
case acs::PTG_TARGET_NADIR:
case acs::PTG_TARGET_INERTIAL:
performPointingCtrl();
break;
}