]> git.mxchange.org Git - flightgear.git/commit
Bertrand Coconnier: bug fix for #184, JSBSim: command line arguments
authorThorstenB <brehmt@gmail.com>
Sat, 28 May 2011 22:05:33 +0000 (00:05 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 28 May 2011 22:05:33 +0000 (00:05 +0200)
commit0d0b5c616c26012100aa6e6493447d086645b918
tree7fc55c1b0aa08be6e2dfaf9b59c32664cde293e5
parentb4d90150c50094ac25f2e9ed7ea8302a3ef148d2
Bertrand Coconnier: bug fix for #184, JSBSim: command line arguments
1. The atmospheric properties of FG are not yet initialized when
JSBSim is initialized.
-> patch is quite basic and there may exist smarter ways to initialize
properly the environment before the FDM.
2. The Euler angles were initialized after the velocities.
3. The glide slope and rate of climb were ignored. Fixes all FDMs (YASim,
UIUC, JSBSim, etc.)
4. Some properties were instructed to re-use their previous value while
they should not.
5. Some bugs existed in JSBSim trim code. -> This bug has already been
fixed in JSBSim but the corresponding patch has not yet been applied to FG.
src/Environment/environment_mgr.cxx
src/FDM/JSBSim/JSBSim.cxx
src/FDM/JSBSim/initialization/FGInitialCondition.cpp
src/FDM/JSBSim/initialization/FGInitialCondition.h
src/FDM/flight.cxx