This commit is contained in:
Marius Eggert 2022-10-10 16:02:17 +02:00
parent f0fec11ad7
commit 82e9c6d092
2 changed files with 4 additions and 2 deletions

View File

@ -65,8 +65,11 @@ void AcsController::performControlOperation() {
}
}
// DEBUG : REMOVE AFTER COMPLETION
mode = MODE_ON;
submode = SUBMODE_DETUMBLE;
// DEBUG END
}
void AcsController::performSafe() {}

View File

@ -892,10 +892,9 @@ public:
float omega_0 = 282.94 * M_PI / 180.; //RAAN plus argument of perigee
float m_0 = 357.5256; //coefficients for mean anomaly
float dm = 35999.049; //coefficients for mean anomaly
// ToDo: check correct assignment of e and e1. Both were assigned to e before
float e = 23.4392911 * M_PI / 180.; //angle of earth's rotation axis
float e1 = 0.74508 * M_PI / 180.;
//
float p1 = 6892. / 3600. * M_PI / 180.; //some parameter
float p2 = 72. / 3600. * M_PI / 180.; //some parameter
} sunModelParameters;