Cannot modify angle 'alpha' from 0.349066 to 9.54453e-11 #1226
Replies: 2 comments 2 replies
-
Hi, This error is most likely due to the system being overconstrained. JSBSim is computing that given the constraints that are applied to the aircraft attitude, the angle of attack cannot be set ouside the range specified (0.349066 to 9.54453e-11). The comment in the code explains just that: jsbsim/src/initialization/FGInitialCondition.cpp Lines 355 to 366 in 0ac6194 Would you mind providing the angles at which you are trying to set the attitude of your aircraft ? |
Beta Was this translation helpful? Give feedback.
-
@gabrielcte can you show a bit more of your code in terms of which initial conditions you're specifically setting? And I assume this is part of your own trim algorithm as opposed to setting some initial conditions and then making use of JSBSim's trim algorithm? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I wrote a simple Python code that adjusts various flight conditions to scan the aircraft's flight envelope.
My example used f104, f16 and 737 aircrafts;
However, when using big bank angles like 60 and 75 degrees, the following error message appears repeatedly:
Cannot modify angle 'alpha' from 0.349066 to 9.54453e-11
Sometimes, the operation is terminated.
Kind Regards,
Gabriel
Beta Was this translation helpful? Give feedback.
All reactions