bugfix
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Marius Eggert 2023-01-12 13:33:06 +01:00
parent 27d6e95062
commit 4090941c3e

View File

@ -415,9 +415,9 @@ void Guidance::sunQuatPtg(ACS::SensorValues *sensorValues, acsctrl::MekfData *me
// Assign helper vector (north pole inertial) accordingly
double helperVec[3] = {0, 0, 0};
if (posSatE[2] > 0) {
double helperVec[2] = 1;
helperVec[2] = 1;
} else {
double helperVec[2] = -1;
helperVec[2] = -1;
}
//