can never happen
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Marius Eggert 2023-02-20 16:00:54 +01:00
parent 6016063add
commit 2c8cfa3874

View File

@ -266,10 +266,6 @@ void AcsController::performPointingCtrl() {
break;
case acs::PTG_TARGET:
if (!gpsDataProcessed.gpsPosition.isValid() || !gpsDataProcessed.gpsVelocity.isValid()) {
// ToDo: triggerEvent
return;
}
guidance.targetQuatPtgThreeAxes(now, gpsDataProcessed.gpsPosition.value,
gpsDataProcessed.gpsVelocity.value, targetQuat,
targetSatRotRate);