mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user