altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
authorKeith Packard <keithp@keithp.com>
Wed, 23 Mar 2011 01:33:38 +0000 (10:33 +0900)
committerKeith Packard <keithp@keithp.com>
Wed, 23 Mar 2011 01:33:38 +0000 (10:33 +0900)
commit32364c9e0d346e0e5d517e18d4e90b8ff2fa944f
tree0e4d8e491265045dec86535bd603dcec52372bba
parent3d2042ccc2d29e4cb8ea39c5c69d07cb7e3daeea
altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.

With the fixed kalman filter, transitions across mach don't cause
bumps in the merged filter.

And, with working kalman bits, the signal for broken baro detection is
stronger and so we can allow for baro apogee detection in cases where
noise occurs close to apogee.

Bump the kalman filter to trust the baro less so that the model tracks
across mach.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_flight.c
src/make-kalman