ardupilot/libraries/AP_NavEKF2
Paul Riseborough a8983d075f AP_NavEKF2: Enable clean entry into GPS aiding in-flight
The setting of the EKF origin and the entry into GPS aiding mode have been separated to make the logic clear.
The order of operations has been changed to ensure that when a reset to GPS is performed, a valid GPS measurement is available in the buffer
Declaration of GPS availability is not made unless the GPS data has been entered into the buffer
2015-11-08 16:26:04 +11:00
..
AP_NavEKF2_AirDataFusion.cpp AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 2015-11-06 10:42:58 +11:00
AP_NavEKF2_Control.cpp AP_NavEKF2: Don't return ready to use GPS true if user has inhibited GPS 2015-11-08 16:26:04 +11:00
AP_NavEKF2_core.cpp AP_NavEKF2: Reduce false positive on EKF health check 2015-11-08 15:37:27 +11:00
AP_NavEKF2_core.h AP_NavEKF2: Add fault score calculation 2015-11-08 15:37:27 +11:00
AP_NavEKF2_MagFusion.cpp AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 2015-11-06 10:42:58 +11:00
AP_NavEKF2_Measurements.cpp AP_NavEKF2: Enable clean entry into GPS aiding in-flight 2015-11-08 16:26:04 +11:00
AP_NavEKF2_OptFlowFusion.cpp AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 2015-11-06 10:42:58 +11:00
AP_NavEKF2_Outputs.cpp AP_NavEKF2: Add fault score calculation 2015-11-08 15:37:27 +11:00
AP_NavEKF2_PosVelFusion.cpp AP_NavEKF2: Fix timing offset in position reset calculation 2015-11-08 16:26:04 +11:00
AP_NavEKF2_VehicleStatus.cpp AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 2015-11-06 10:42:58 +11:00
AP_NavEKF2.cpp AP_NavEKF2: Enable EKF instance to be specified when requesting public data 2015-11-08 15:37:28 +11:00
AP_NavEKF2.h AP_NavEKF2: Enable EKF instance to be specified when requesting public data 2015-11-08 15:37:28 +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