61 Commits (fcdb833f46c5ddc220dd9cd65122b3eda77f425c)

Author SHA1 Message Date
Randy Mackay f24afbcf4b AP_NavEKF3: initialise pre-arm failure message 5 years ago
Jaaaky 54f8e1137e AP_NavEKF3: added EK3_MAG_EF_LIM parameter 5 years ago
Randy Mackay 5baed38266 AP_NavEKF3: reduce EK3_HRT_FILT max to 30 5 years ago
Paul Riseborough 5b1d9ed868 AP_NavEKF3: Add missing vertical position derivative calculation 5 years ago
Andrew Tridgell 3995db49a4 AP_NavEKF3: use parent class for intermediate static variables 5 years ago
Andrew Tridgell 96c6544997 AP_NavEKF3: moved intermediate variables to common memory 5 years ago
Andrew Tridgell c6f43e9700 AP_NavEKF3: fixed use of old irqsave() API 5 years ago
Peter Barker 61ed6e07eb AP_NavEKF3: shorten EKF3 initialisation send-text string 6 years ago
priseborough 0c4f92d4c1 AP_NavEKF3: Add control logic to use external yaw sensor 6 years ago
priseborough 977a7b68ed AP_NavEKF3: Add push to buffer for external yaw sensor data 6 years ago
Andrew Tridgell 62575a194c AP_NavEKF3: Add data buffers for yaw sensor 6 years ago
Andrew Tridgell 209bca162c AP_NavEKF3: added inactive bias learning 6 years ago
Michael du Breuil be74b631fe AP_NavEKF3: Fix AP_GPS.h include 6 years ago
Jaaaky f21e4d833c AP_NavEKF3: Fix GPS < 3D empty PreArm: msg-as EKF2 6 years ago
Randy Mackay 0a5d6a430a AP_NavEKF3: accept optical flow data at up to 50hz 6 years ago
Paul Riseborough 35c82ef67f AP_NavEKF3: Improve optical flow height estimation 6 years ago
Arjun Vinod f382a657bd AP_NavEKF3: fixed typos 6 years ago
Tom Pittenger 55377b234f AP_NavEKF3: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 6 years ago
Peter Barker 0d4475f443 AP_NavEKF3: adjust for Location_Class and Location unification 6 years ago
Pierre Kancir 340429fbbb AP_NavEKF3: pass by const reference when needed 6 years ago
Michael du Breuil 25ef5fed82 AP_NavEKF3: Suppress clearing non-trival type warning 6 years ago
Andrew Tridgell de58fb4637 AP_NavEKF3: support in-flight compass learning 6 years ago
Peter Barker 560f17a570 AP_NavEKF3: use union to alias array and struct access to states 6 years ago
Peter Barker 27e3a89158 AP_NavEKF3: correct compilation when running MATH_CHECK_INDEXES 6 years ago
Andrew Tridgell 553abda91c AP_NavEKF3: use single precision ceilf() 7 years ago
Pierre Kancir 44a21bc8ac EKF3: correct acos to acosf 7 years ago
Peter Barker 55b8a2288e AP_NavEKF3: use ins singleton 7 years ago
Peter Barker 5dc714bf5f AP_NavEKF3: use GPS singleton 7 years ago
Andrew Tridgell 6b30c9213a AP_NavEKF3: delay startup until IMU buffer is filled 7 years ago
priseborough c7f6d52065 AP_NavEKF3: Add wheel encoder odometry 8 years ago
Peter Barker 93e09c51d3 AP_NavEKF3: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
priseborough a4d18696a7 AP_NavEKF3: Improve variable names and documentation 8 years ago
priseborough 7659e9c31f AP_NavEKF3: Improve checking of time delay validity when setting buffers 8 years ago
priseborough e58ba8044d AP_NavEKF3: Improve protection for badly conditioned dVel bias covariances 8 years ago
priseborough bf963f8b65 AP_NavEKF3: Raise lower limit on del vel bias state variances 8 years ago
priseborough 9f97cbfc3b AP_NavEKF3: Revert auto-code to original form and remove micro optimisations 8 years ago
priseborough 7adaea6019 AP_NavEKF3: Improve partitioning and efficiency of the covariance prediction 8 years ago
priseborough 0cba133a1e AP_NavEKF3: Fix initialisation of state inhibit flags 8 years ago
priseborough 9da3caca47 AP_NavEKF3: Improve GPS reference height estimator 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas c1eb9fb9c3 AP_NavEKF3: Spell in comments 8 years ago
murata 46cba2c970 libraries: Delete the setting value for specific editor. 8 years ago
priseborough 3ce81967ae AP_NavEKF3: Improve calculation and use of average EKF time step 8 years ago
priseborough 7abf9997e6 AP_NavEKF3: Correctly initialise dtIMUavg time step and apply LPF 8 years ago
Andrew Tridgell 18b66f9eed AP_NavEKF3: fixed reset of coviariance matrix 8 years ago
priseborough fb7104f4e3 AP_NavEKF3: add fusion method for body frame odometry data 8 years ago
priseborough 8250fe4943 AP_NavEKF3: fix documentation derivation references 8 years ago
priseborough 01551a4423 AP_NavEKF3: handle position jump caused by change in GPS receiver 8 years ago
priseborough 784fa6fed8 AP_NavEKF3: fix compiler error 8 years ago
priseborough b5ba1d0346 AP_NavEKF3: protect against large delay values returned by the GPS library 8 years ago
priseborough 4540faf6af AP_NavEKF3: Improve waiting for GPS configuration 8 years ago