]> git.mxchange.org Git - flightgear.git/commit
Existing ground track estimation code depended on current_value - last_value
authorcurt <curt>
Wed, 21 Jun 2006 21:23:20 +0000 (21:23 +0000)
committercurt <curt>
Wed, 21 Jun 2006 21:23:20 +0000 (21:23 +0000)
commit94badeabcdfa669c16a316adff19a4f9f6a4b753
tree72b786d02240d27e6e7f3d854b34623e62e59cae
parent229d499f7b791b0217b398d7bed6f0f7ca0d7d43
Existing ground track estimation code depended on current_value - last_value
each frame.  However, often these values didn't change leading to bogus data
getting introduced into the computational pipeline.

This patch switches to a much more sane method for ground track computation.
src/Instrumentation/navradio.cxx