mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
[fixedwing] removed ALT_KALMAN, not needed with ins_alt_float anymore
like before: * the kalman filter is still disabled by default (unless a baro is used) * to enable define ALT_KALMAN_ENABLED
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<dl_settings>
|
||||
|
||||
<dl_settings NAME="alt_baro">
|
||||
<dl_setting MAX="1" MIN="0" STEP="1" VAR="alt_kalman_enabled" shortname="alt_kalman" module="subsystems/ins/ins_float"/>
|
||||
<dl_setting MAX="1" MIN="0" STEP="1" VAR="alt_kalman_enabled" shortname="alt_kalman" module="subsystems/ins/ins_alt_float"/>
|
||||
</dl_settings>
|
||||
|
||||
</dl_settings>
|
||||
|
||||
Reference in New Issue
Block a user