removed deprecated code
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
bd7a38ac2b
commit
e5b297a513
@ -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};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user