ardupilot/libraries/AP_NavEKF2
Andrew Tridgell c57b25b4c9 AP_NavEKF2: ensure that EKF origin stays in sync on all cores
this prevents the EKF origin on different cores from being initialised
to different values. A common value is stored in the frontend and used
by a core if it doesn't have an origin
2019-07-29 10:08:22 +10:00
..
AP_NavEKF2.cpp AP_NavEKF2: set origin on all cores 2019-07-29 10:08:22 +10:00
AP_NavEKF2.h AP_NavEKF2: ensure that EKF origin stays in sync on all cores 2019-07-29 10:08:22 +10:00
AP_NavEKF2_AirDataFusion.cpp AP_NavEKF2: fixed typos 2019-02-26 08:33:39 +11:00
AP_NavEKF2_Buffer.h AP_NavEKF2: Suppress clearing non-trival type warning 2018-10-30 16:17:03 -07:00
AP_NavEKF2_Control.cpp AP_NavEKF2: ensure that EKF origin stays in sync on all cores 2019-07-29 10:08:22 +10:00
AP_NavEKF2_Logging.cpp AP_NavEKF2: do logging for 3rd EKF core 2019-07-23 12:34:38 +10:00
AP_NavEKF2_MagFusion.cpp AP_NavEKF2: constrain field by table after fusion 2019-06-03 12:21:29 +10:00
AP_NavEKF2_Measurements.cpp AP_NavEKF2: ensure that EKF origin stays in sync on all cores 2019-07-29 10:08:22 +10:00
AP_NavEKF2_OptFlowFusion.cpp AP_NavEKF2: Flow use parameter updates 2019-04-02 10:51:12 +11:00
AP_NavEKF2_Outputs.cpp AP_NavEKF2: continuously update gpsGoodToAlign 2019-07-07 19:20:32 +10:00
AP_NavEKF2_PosVelFusion.cpp AP_NavEKF2: origin handling fixes from Francisco 2019-07-11 06:40:55 +10:00
AP_NavEKF2_RngBcnFusion.cpp AP_NavEKF2: fixed typos 2019-02-26 08:33:39 +11:00
AP_NavEKF2_VehicleStatus.cpp AP_NavEKF2: continuously update gpsGoodToAlign 2019-07-07 19:20:32 +10:00
AP_NavEKF2_core.cpp AP_NavEKF2: continuously update gpsGoodToAlign 2019-07-07 19:20:32 +10:00
AP_NavEKF2_core.h AP_NavEKF2: ensure that EKF origin stays in sync on all cores 2019-07-29 10:08:22 +10:00
AP_NavEKF_GyroBias.cpp AP_NavEKF2: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 2019-02-17 12:59:52 -08:00