Telemetry related Changes #394

Merged
muellerr merged 39 commits from eggert/acs-dataset-stuff into develop 2023-02-22 19:56:24 +01:00
Showing only changes of commit 2c8cfa3874 - Show all commits

@ -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);