removed deprecated code
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Marius Eggert 2023-01-23 15:58:57 +01:00
parent bd7a38ac2b
commit e5b297a513

View File

@ -409,10 +409,6 @@ void Guidance::sunQuatPtg(ACS::SensorValues *sensorValues, acsctrl::MekfData *me
double zAxis[3] = {0, 0, 0};
VectorOperations<double>::normalize(sunDirB, zAxis, 3);
// Position of satellite in ECEF
double posSatE[3] = {0, 0, 0};
std::memcpy(gpsDataProcessed->gpsPosition.value, posSatE, 3 * sizeof(double));
// Assign helper vector (north pole inertial)
double helperVec[3] = {0, 0, 1};