try to point STR away from earth during idle
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-02-02 15:04:26 +01:00
parent e7dc9cddfd
commit 15cddfdeb7
2 changed files with 12 additions and 12 deletions

View File

@ -25,8 +25,8 @@ class Guidance {
ReturnValue_t solarArrayDeploymentComplete();
void resetValues();
void targetQuatPtgIdle(const double timeDelta, double sunDirI[3], double targetQuat[4],
double targetSatRotRate[3]);
void targetQuatPtgIdle(const double timeDelta, timeval timeAbsolute, const double sunDirI[3],
const double posSatF[4], double targetQuat[4], double targetSatRotRate[3]);
void targetQuatPtgTarget(timeval timeAbsolute, const double timeDelta, double posSatF[3],
double velSatE[3], double quatIX[4], double targetSatRotRate[3]);
void targetQuatPtgGs(timeval timeAbsolute, const double timeDelta, double posSatF[3],