hfilter: take gps lag into account.

GPS update is performed on state saved GPS_LAG seconds ago. Rerun all
propagation steps since GPS update. Rerunning the propagation steps
still need to be spread over several cycles.
This commit is contained in:
Felix Ruess
2009-08-31 18:46:26 +00:00
parent 2c676750e4
commit 35691e9262
9 changed files with 220 additions and 24 deletions
+1 -1
View File
@@ -204,7 +204,7 @@
include $(CFG_BOOZ)/subsystems/booz2_ahrs_cmpl.makefile
#enable horizontal filter
ap.CFLAGS += -DUSE_HFF -DHFF_PRESCALER=16
ap.CFLAGS += -DUSE_HFF -DHFF_PRESCALER=16 -DGPS_LAG=0.2
</makefile>