[ardrone] INS 200Hz progation, extended ins with baro alt0 estimation based on GPS

This commit is contained in:
Christophe De Wagter
2013-08-28 15:31:59 +02:00
parent 27b872c5a3
commit 5ebb391b03
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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>