mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
[fix] temporary fix, we need propagate freq for ardrone2
This commit is contained in:
@@ -15,6 +15,12 @@ endif
|
|||||||
ap.CFLAGS += $(imu_CFLAGS)
|
ap.CFLAGS += $(imu_CFLAGS)
|
||||||
ap.srcs += $(imu_srcs)
|
ap.srcs += $(imu_srcs)
|
||||||
|
|
||||||
|
# Set the AHRS propegation frequencies
|
||||||
|
AHRS_PROPAGATE_FREQUENCY ?= 200
|
||||||
|
AHRS_CORRECT_FREQUENCY ?= 200
|
||||||
|
ap.CFLAGS += -DAHRS_PROPAGATE_FREQUENCY=$(AHRS_PROPAGATE_FREQUENCY)
|
||||||
|
ap.CFLAGS += -DAHRS_CORRECT_FREQUENCY=$(AHRS_CORRECT_FREQUENCY)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Simulator
|
# Simulator
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user