Package com.irurueta.navigation.gnss
Class GNSSKalmanInitializer
java.lang.Object
com.irurueta.navigation.gnss.GNSSKalmanInitializer
Initializes the GNSS EKF Kalman filter state estimates and error covariance matrix.
This implementation is based on the equations defined in "Principles of GNSS, Inertial, and Multi-sensor
Integrated Navigation Systems, Second Edition" and on the companion software available at:
https://github.com/ymjdz/MATLAB-Codes/blob/master/Initialize_GNSS_KF.m
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GNSSKalmanState
initialize
(GNSSEstimation estimation, GNSSKalmanConfig config) Initializes GNSS Kalman filter state.static void
initialize
(GNSSEstimation estimation, GNSSKalmanConfig config, GNSSKalmanState result) Initializes GNSS Kalman filter state.
-
Constructor Details
-
GNSSKalmanInitializer
private GNSSKalmanInitializer()Constructor. Prevents instantiation of utility class.
-
-
Method Details