mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 13:55:40 +08:00
[ardrone] INS 200Hz progation, extended ins with baro alt0 estimation based on GPS
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<!--configure name="USE_NEW_I2C_DRIVER" value="1"/ -->
|
||||
<configure name="AHRS_PROPAGATE_FREQUENCY" value="200" />
|
||||
<define name="AHRS_PROPAGATE_FREQUENCY" value="200" />
|
||||
<define name="INS_PROPAGATE_FREQUENCY" value="200" />
|
||||
<define name="USE_BAROMETER" />
|
||||
<subsystem name="telemetry" type="udp" />
|
||||
<subsystem name="radio_control" type="datalink" />
|
||||
@@ -25,7 +26,7 @@
|
||||
<subsystem name="gps" type="ublox" />
|
||||
<subsystem name="stabilization" type="int_quat" />
|
||||
<subsystem name="ahrs" type="int_cmpl_quat" />
|
||||
<subsystem name="ins" />
|
||||
<subsystem name="ins" type="extended" />
|
||||
|
||||
</firmware>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user