Hamish Willee
6 years ago
committed by
Paul Riseborough
1 changed files with 5 additions and 4 deletions
@ -1,8 +1,9 @@
@@ -1,8 +1,9 @@
|
||||
The Matlab script used to derive the autocoded expressions in the EKF can be found here: https://github.com/PX4/ecl/blob/master/matlab/scripts/Inertial%20Nav%20EKF/GenerateNavFilterEquations.m |
||||
The EKF uses a range of techniques acquired from several years of experience including an original method to handle the delayed time horizon problem. |
||||
A list of references I have found useful has been included. |
||||
|
||||
A working Matlab model of the filter capable of replaying flight data can be found here: https://github.com/PX4/ecl/tree/master/matlab/EKF_replay |
||||
- The Matlab script used to derive the autocoded expressions in the EKF can be found here: https://github.com/PX4/ecl/blob/master/EKF/matlab/scripts/Inertial%20Nav%20EKF/GenerateNavFilterEquations.m |
||||
|
||||
The EKF uses a range of techniques acquired from several years of experience including an original method to handle the delayed time horizon problem. A list of references I have found useful has been included. |
||||
- A working Matlab model of the filter capable of replaying flight data can be found here: https://github.com/PX4/ecl/tree/master/EKF/matlab/EKF_replay |
||||
|
||||
Paul Riseborough |
||||
https://github.com/priseborough |
||||
https://github.com/priseborough |
||||
|
Loading…
Reference in new issue