Final Version of the ACS Controller #367

Merged
muellerr merged 78 commits from eggert/acs into develop 2023-02-08 13:50:11 +01:00
114 changed files with 2833 additions and 3836 deletions
Showing only changes of commit e5b297a513 - Show all commits

View File

@@ -409,10 +409,6 @@ void Guidance::sunQuatPtg(ACS::SensorValues *sensorValues, acsctrl::MekfData *me
double zAxis[3] = {0, 0, 0}; double zAxis[3] = {0, 0, 0};
VectorOperations<double>::normalize(sunDirB, zAxis, 3); 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) // Assign helper vector (north pole inertial)
double helperVec[3] = {0, 0, 1}; double helperVec[3] = {0, 0, 1};