#901, yasim report the wrong sign in side-slip-deg and -rad.
This commit is contained in:
parent
1862688d27
commit
04764f8288
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue