1
0
Fork 0

#901, yasim report the wrong sign in side-slip-deg and -rad.

This commit is contained in:
janodesbois 2013-08-16 23:19:11 +02:00 committed by James Turner
parent 1862688d27
commit 04764f8288

View file

@ -513,7 +513,7 @@ void YASim::copyFromYASim()
float alpha, beta;
Glue::calcAlphaBeta(s, wind, &alpha, &beta);
_set_Alpha(alpha);
_set_Beta(beta);
_set_Beta(-beta);
float tmp[9];
Math::trans33(xyz2ned, tmp);