Uses of Class
com.irurueta.navigation.inertial.INSTightlyCoupledKalmanState
Packages that use INSTightlyCoupledKalmanState
-
Uses of INSTightlyCoupledKalmanState in com.irurueta.navigation.inertial
Fields in com.irurueta.navigation.inertial declared as INSTightlyCoupledKalmanStateModifier and TypeFieldDescriptionprivate INSTightlyCoupledKalmanStateINSGNSSTightlyCoupledKalmanFilteredEstimator.stateCurrent Kalman filter state containing current INS/GNSS estimation along with Kalman filter covariance error matrix.Methods in com.irurueta.navigation.inertial that return INSTightlyCoupledKalmanStateModifier and TypeMethodDescriptionstatic INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.INSGNSSTightlyCoupledKalmanFilteredEstimator.getState()Gets current Kalman filter state containing current INS/GNSS estimation along with Kalman filter covariance error matrix.Methods in com.irurueta.navigation.inertial with parameters of type INSTightlyCoupledKalmanStateModifier and TypeMethodDescriptionvoidINSTightlyCoupledKalmanState.copyFrom(INSTightlyCoupledKalmanState input) Copies data of provided instance into this instance.voidINSTightlyCoupledKalmanState.copyTo(INSTightlyCoupledKalmanState output) Copies this instance data into provided instance.booleanINSTightlyCoupledKalmanState.equals(INSTightlyCoupledKalmanState other) Checks if provided instance has exactly the same contents as this instance.booleanINSTightlyCoupledKalmanState.equals(INSTightlyCoupledKalmanState other, double threshold) Checks if provided instance has contents similar to this instance up to provided threshold value.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, double previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, double previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, double propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, double previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, double fx, double fy, double fz, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, double previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, double previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static INSTightlyCoupledKalmanStateINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config) Estimates the update of Kalman filter state and covariance matrix for a single epoch.static voidINSTightlyCoupledKalmanEpochEstimator.estimate(Collection<com.irurueta.navigation.gnss.GNSSMeasurement> measurements, com.irurueta.units.Time propagationInterval, INSTightlyCoupledKalmanState previousState, BodyKinematics bodyKinematics, com.irurueta.units.Angle previousLatitude, INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanState result) Estimates the update of Kalman filter state and covariance matrix for a single epoch.booleanINSGNSSTightlyCoupledKalmanFilteredEstimator.getState(INSTightlyCoupledKalmanState result) Gets current Kalman filter state containing current INS/GNSS estimation along with Kalman filter covariance error matrix.Constructors in com.irurueta.navigation.inertial with parameters of type INSTightlyCoupledKalmanStateModifierConstructorDescriptionCopy constructor.