small fix
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Marius Eggert 2023-11-24 11:32:15 +01:00
parent c7ec9726c4
commit 7ef55dcab1

View File

@ -409,6 +409,8 @@ void AcsController::performPointingCtrl() {
commandActuators(0, 0, 0, acsParameters.magnetorquerParameter.torqueDuration, cmdSpeedRws[0],
cmdSpeedRws[1], cmdSpeedRws[2], cmdSpeedRws[3],
acsParameters.rwHandlingParameters.rampTime);
} else {
ptgCtrlLostCounter = 0;
}
uint8_t enableAntiStiction = true;