Skip to content

Commit

Permalink
set LM drifts
Browse files Browse the repository at this point in the history
  • Loading branch information
n7275 committed Dec 10, 2023
1 parent 28cae2e commit 0fed504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orbitersdk/samples/ProjectApollo/src_lm/lemsystems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2400,6 +2400,7 @@ void LEM::CreateMissionSpecificSystems()

agc.SetMissionInfo(pMission->GetLGCVersion());
aea.SetMissionInfo(pMission->GetAEAVersion());
imu.SetDriftRates(pMission->GetLM_IMU_Drift());
if (pMission->LMHasAscEngArmAssy())
{
aeaa = new LEM_AEAA();
Expand Down

0 comments on commit 0fed504

Please sign in to comment.