-
Notifications
You must be signed in to change notification settings - Fork 18
Description
As outlined in #143 the drag coefficients give no reasonable estimate for the standard plane.
A had a look at the code and tried to identify what the problem could be. So far I am not quite sure.
First I manually checked the computation of the angle of attack, which seems to be correct. From that it can also be seen that the model was regressed on data which contained only AoAs between about [-1.5, -4.3] degrees.
In order to generate positive lift that means that the stadard plane models wing should have an angle of incidence of at least 4.5 degrees. I think that is the case for most aircraft and therefore seems reasonable. Do we have a way to check that in the px4 air frame?
So far it seems to me, that the bad fit could just be due to the very narrow distribution of the angle of attack in the data. If the residual force error is about the same order of magnitude or larger than the change in lift force over the 3 deg angle of attack range that could lead to very different parameters that predict very bad outside the region represented in the data. At least the AoA distribution is a notable difference to the quadplane model data in #143 and #131.
Maybe you could give some insights here @tstastny ?

