ardupilot/libraries/AP_NavEKF3
priseborough 9f97cbfc3b AP_NavEKF3: Revert auto-code to original form and remove micro optimisations
To eliminate the possibility of editing errors, revert the covariance prediction auto-code to the original auto-code without the replacement fo the /2 and /4 operations. The compiler optimisations are able to correctly handle the /2 and /4 operations.

Also use local variables for intermediate covariance calculations. The use of class variables for these small arrays was unnecessary.
2017-06-14 12:44:41 +01:00
..
AP_NavEKF3.cpp AP_NavEKF3: Improve GPS reference height estimator 2017-06-14 12:44:41 +01:00
AP_NavEKF3.h AP_NavEKF3: Improve GPS reference height estimator 2017-06-14 12:44:41 +01:00
AP_NavEKF3_AirDataFusion.cpp AP_NavEKF3: Ensure Kalman gain calculatons respect deactivated states 2017-06-14 12:44:41 +01:00
AP_NavEKF3_Buffer.h AP_NavEKF3: added EKF3 for EKF experimentation 2016-12-19 08:06:47 +11:00
AP_NavEKF3_Control.cpp AP_NavEKF3: Prevent possible race condition re-zeroing state variances 2017-06-14 12:44:41 +01:00
AP_NavEKF3_GyroBias.cpp AP_NavEKF3: remove unnecessary stdio includes 2017-01-27 16:57:42 +09:00
AP_NavEKF3_MagFusion.cpp AP_NavEKF3: Ensure Kalman gain calculatons respect deactivated states 2017-06-14 12:44:41 +01:00
AP_NavEKF3_Measurements.cpp AP_NavEKF3: Improve GPS reference height estimator 2017-06-14 12:44:41 +01:00
AP_NavEKF3_OptFlowFusion.cpp AP_NavEKF3: Ensure Kalman gain calculatons respect deactivated states 2017-06-14 12:44:41 +01:00
AP_NavEKF3_Outputs.cpp AP_NavEKF3: Improve GPS reference height estimator 2017-06-14 12:44:41 +01:00
AP_NavEKF3_PosVelFusion.cpp AP_NavEKF3: Ensure Kalman gain calculatons respect deactivated states 2017-06-14 12:44:41 +01:00
AP_NavEKF3_RngBcnFusion.cpp AP_NavEKF3: Ensure Kalman gain calculatons respect deactivated states 2017-06-14 12:44:41 +01:00
AP_NavEKF3_VehicleStatus.cpp libraries: Delete the setting value for specific editor. 2017-05-11 13:18:41 -07:00
AP_NavEKF3_core.cpp AP_NavEKF3: Revert auto-code to original form and remove micro optimisations 2017-06-14 12:44:41 +01:00
AP_NavEKF3_core.h AP_NavEKF3: Revert auto-code to original form and remove micro optimisations 2017-06-14 12:44:41 +01:00