mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
simple horizontal filter with GPS lag compensation.
include booz2_ins_hff.makefile to use the filter and define GPS_LAG in seconds: e.g. -DGPS_LAG=0.8 removed bias estimation in hff since that was plain wrong
This commit is contained in:
@@ -203,8 +203,9 @@
|
||||
|
||||
include $(CFG_BOOZ)/subsystems/booz2_ahrs_cmpl.makefile
|
||||
|
||||
#enable horizontal filter
|
||||
ap.CFLAGS += -DUSE_HFF -DHFF_PRESCALER=16 -DGPS_LAG=0.2
|
||||
include $(CFG_BOOZ)/subsystems/booz2_ins_hff.makefile
|
||||
#set GPS lag for horizontal filter
|
||||
ap.CFLAGS += -DGPS_LAG=0.8
|
||||
|
||||
</makefile>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user