This Repository will be used for the Bachelor Thesis "Real-Time Kalman Filter based attitude and theoretic Aurora Borealis direction Estimation""
- Interactive explanation of Extended Kalman Filter
- Extended Kalman Filter Tutorial
- Maybe unscented Kalman Filter better?
- Making EKF and UKF more robust
- Kalman Filter using Sun Sensor, Gyro and Magnetometer
- Kalman Filter using Sun Sensor, Gyro and Magnetometer 2
- Unscented Kalman Filter Paper
- Video Guide
- also good
- UKF article
- UKF Quaternions
State: x_t Initial State: x_0 Control Input: u_t Process Noise: w_t Measurement: y_t Measurement Noise: n_t
Transformation Function? Cholesky Decomposition
- Define AUgmented State and Covariance
- Compute Sigma Points and Weights
- Decompose Sigma Points
- Pass Through Motion Model
- Compute Resulting Mean and Covariance
- Generalized Gaussian Filter: Another KF Correction Derivation
- Define Augmented STate Covariance
- Compute Sigma Points and Weights
- Decompose Sigma Points
- Pass Through Motion Model
- Compute Resulting Mean, Covariance and Cross Covariance
- Fill in Generalized Gaussian Filter!