pb with ags in apollo 11 before pdi scenario

patio

Member
Joined
Sep 13, 2011
Messages
41
Reaction score
14
Points
23
Hi

I recently tried the apollo 11 pdi and did get abnormal speed on the AGS (adress 433)
the speed was increasing all the time and diverged from the DSKY speed value

I did some investigation and i think I found the problem :

missing initialization of the dVInitialized variable in inertial.cpp
 

indy91

Addon Developer
Addon Developer
Joined
Oct 26, 2011
Messages
1,224
Reaction score
582
Points
128
Yep, you are correct. The effect will be random because uninitialized variables are used and it will only occur on the first timestep, but the AGS is looking at the accelerometers constantly and will incorporate the data, not like the AGC where that only happens if Average G is running. Will be fixed asap!
 
Top