1
0
Fork 0
flightgear/src/FDM
david 18e36a3302 UFO FDM patches from Jonathan Polley:
I have finished working the bugs out of my "Enhanced" version of the Magic
Carpet FDM.  The UFO FDM works the same as the Magic Carpet with the
following exceptions:

The aircraft's pitch is determined by the Elevator setting (with a pitch
rate of 45 degrees per second).
Climb is forward velocity * sin(pitch)
Speed is forward velocity * soc(pitch)

Roll is tied to the aileron (again, with a roll rate of 45 degrees per
second)
Turn rate is sin(roll) * 45 degrees.

Yes, this does mean that turning is quite a bit more sluggish than
climbing.

If you are wondering why a UFO FDM, it is because it's best that I not
replace the existing magic carpet and this FDM does behave like a UFO (it
hovers, can spin and pitch while hovering, and does not obey the laws of
physics ;)
2002-04-25 16:23:16 +00:00
..
Balloon Initial take of new environment subsystem. Configure with 2002-02-19 15:16:08 +00:00
JSBSim JSBSim fix: 2002-04-19 12:15:46 +00:00
LaRCsim I have attached revisions to the UIUC code. The revisions include the 2002-04-01 21:37:33 +00:00
UIUCModel More platform/compiler compatibility fixes. 2002-04-04 20:41:15 +00:00
YASim Change the idle MP to reduce idle power a bit. This is basically a 2002-04-09 04:55:16 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
ADA.cxx Modified FGSubsystem::update() to take an int parameter for delta time 2001-12-22 17:33:27 +00:00
ADA.hxx Modified FGSubsystem::update() to take an int parameter for delta time 2001-12-22 17:33:27 +00:00
Balloon.cxx Modified FGSubsystem::update() to take an int parameter for delta time 2001-12-22 17:33:27 +00:00
Balloon.h Modified FGSubsystem::update() to take an int parameter for delta time 2001-12-22 17:33:27 +00:00
External.cxx Various Irix compiler tweaks. 2002-02-05 15:57:46 +00:00
External.hxx - Removed redundant FG*:: qualifications from class members 2002-02-15 22:00:49 +00:00
ExternalNet.cxx Change constructor parameter order. 2002-04-11 05:39:56 +00:00
ExternalNet.hxx Change constructor parameter order. 2002-04-11 05:39:56 +00:00
flight.cxx Patches from Tony Peden to separate property XML I/O operations into a 2002-03-16 00:18:38 +00:00
flight.hxx Changes from Tony Peden to fix reinit crashes (and eliminate the force 2002-02-17 21:05:27 +00:00
IO360.cxx Fixes for the bug where LaRCsim gets no fuel and won't start, 2002-02-08 17:27:38 +00:00
IO360.hxx - Removed redundant FG*:: qualifications from class members 2002-02-15 22:00:49 +00:00
LaRCsim.cxx I have attached revisions to the UIUC code. The revisions include the 2002-04-01 21:37:33 +00:00
LaRCsim.hxx Changes from Tony Peden to fix reinit crashes (and eliminate the force 2002-02-17 21:05:27 +00:00
LaRCsimIC.cxx Changes from Tony Peden to fix reinit crashes (and eliminate the force 2002-02-17 21:05:27 +00:00
LaRCsimIC.hxx Somewhere along the line in the recent changes some std::cout were 2002-03-18 19:46:24 +00:00
MagicCarpet.cxx Modified FGSubsystem::update() to take an int parameter for delta time 2001-12-22 17:33:27 +00:00
MagicCarpet.hxx - Removed redundant FG*:: qualifications from class members 2002-02-15 22:00:49 +00:00
Makefile.am UFO FDM patches from Jonathan Polley: 2002-04-25 16:23:16 +00:00
NullFDM.cxx Modified FGSubsystem::update() to take an int parameter for delta time 2001-12-22 17:33:27 +00:00
NullFDM.hxx - Removed redundant FG*:: qualifications from class members 2002-02-15 22:00:49 +00:00
UFO.cxx UFO FDM patches from Jonathan Polley: 2002-04-25 16:23:16 +00:00
UFO.hxx UFO FDM patches from Jonathan Polley: 2002-04-25 16:23:16 +00:00