l0k1 / MiG-21bis

MiG-21 for FlightGear
GNU General Public License v3.0
27 stars 9 forks source link

Rewrite gyro compass using JSBSim #23

Closed l0k1 closed 6 years ago

l0k1 commented 6 years ago

Currently the gyro compass is written using FG's native property rules, which run at frame rate. Switching from property rules to JSBSim will increase accuracy, especially on computers with low frame rate.

l0k1 commented 6 years ago

Decided to leave this as is. Seems to work good.