Final Version of the ACS Controller #367
@@ -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};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user