ardupilot/libraries/AP_NavEKF2
Paul Riseborough 04228e0b3b AP_NavEKF2: Rework selection of height measurements for fusion
GPS height has been added as a measurement option along with range finder and baro
Selection of the height measurement source has been moved into a separate function
Each height source is assigned its own measurement noise
If GPS or baro alt is not able to be used, it reverts to baro
When baro is not being used, an offset is continually calculated which enables a switch to baro without a height step.
2015-11-18 11:18:42 +11:00
..
AP_NavEKF2_AirDataFusion.cpp AP_NavEKF2: Reduce memory required by 6KB when running at 400Hz 2015-11-10 15:51:18 +11:00
AP_NavEKF2_Control.cpp AP_NavEKF2: Fix plane in-flight yaw reset 2015-11-16 09:05:42 +11:00
AP_NavEKF2_core.cpp AP_NavEKF2: Rework selection of height measurements for fusion 2015-11-18 11:18:42 +11:00
AP_NavEKF2_core.h AP_NavEKF2: Rework selection of height measurements for fusion 2015-11-18 11:18:42 +11:00
AP_NavEKF2_MagFusion.cpp AP_NavEKF2: Fix plane in-flight yaw reset 2015-11-16 09:05:42 +11:00
AP_NavEKF2_Measurements.cpp AP_NavEKF2: Rework selection of height measurements for fusion 2015-11-18 11:18:42 +11:00
AP_NavEKF2_OptFlowFusion.cpp AP_NavEKF2: Rework selection of height measurements for fusion 2015-11-18 11:18:42 +11:00
AP_NavEKF2_Outputs.cpp AP_NavEKF2: Rework selection of height measurements for fusion 2015-11-18 11:18:42 +11:00
AP_NavEKF2_PosVelFusion.cpp AP_NavEKF2: Rework selection of height measurements for fusion 2015-11-18 11:18:42 +11:00
AP_NavEKF2_VehicleStatus.cpp AP_NavEKF2: Rework selection of height measurements for fusion 2015-11-18 11:18:42 +11:00
AP_NavEKF2.cpp AP_NavEKF2: Update parameter documentation with GPS height source option 2015-11-18 11:18:18 +11:00
AP_NavEKF2.h AP_NavEKF2: Allow user to relax pre-flight GPS checks 2015-11-12 20:39:15 +11:00
AP_NavEKF_GyroBias.cpp AP_NavEKF2: use common header for optimisation level and irq disable 2015-10-20 15:21:40 +11:00