Uses of Class
com.irurueta.navigation.inertial.INSTightlyCoupledKalmanConfig
Packages that use INSTightlyCoupledKalmanConfig
-
Uses of INSTightlyCoupledKalmanConfig in com.irurueta.navigation.inertial
Fields in com.irurueta.navigation.inertial declared as INSTightlyCoupledKalmanConfigModifier and TypeFieldDescriptionprivate INSTightlyCoupledKalmanConfigINSGNSSTightlyCoupledKalmanFilteredEstimator.configINS/GNSS tightly coupled Kalman filter configuration parameters (usually obtained through calibration).Methods in com.irurueta.navigation.inertial that return INSTightlyCoupledKalmanConfigModifier and TypeMethodDescriptionINSGNSSTightlyCoupledKalmanFilteredEstimator.getConfig()Gets INS/GNSS tightly coupled Kalman configuration parameters (usually obtained through calibration).Methods in com.irurueta.navigation.inertial with parameters of type INSTightlyCoupledKalmanConfigModifier and TypeMethodDescriptionvoidINSTightlyCoupledKalmanConfig.copyFrom(INSTightlyCoupledKalmanConfig input) Copies data of provided instance into this instance.voidINSTightlyCoupledKalmanConfig.copyTo(INSTightlyCoupledKalmanConfig output) Copies this instance data into provided instance.booleanINSTightlyCoupledKalmanConfig.equals(INSTightlyCoupledKalmanConfig other) Checks if provided instance has exactly the same contents as this instance.booleanINSTightlyCoupledKalmanConfig.equals(INSTightlyCoupledKalmanConfig 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.getConfig(INSTightlyCoupledKalmanConfig result) Gets INS/GNSS tightly coupled Kalman configuration parameters (usually obtained through calibration).voidINSGNSSTightlyCoupledKalmanFilteredEstimator.setConfig(INSTightlyCoupledKalmanConfig config) Sets INS/GNSS tightly coupled Kalman configuration parameters (usually obtained through calibration).Constructors in com.irurueta.navigation.inertial with parameters of type INSTightlyCoupledKalmanConfigModifierConstructorDescriptionConstructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval, com.irurueta.navigation.frames.CoordinateTransformation c) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval, com.irurueta.navigation.frames.CoordinateTransformation c, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig, com.irurueta.navigation.frames.CoordinateTransformation c) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig, com.irurueta.navigation.frames.CoordinateTransformation c, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, double epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.navigation.frames.CoordinateTransformation c) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.navigation.frames.CoordinateTransformation c, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanInitializerConfig initialConfig) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanInitializerConfig initialConfig, com.irurueta.navigation.frames.CoordinateTransformation c) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanInitializerConfig initialConfig, com.irurueta.navigation.frames.CoordinateTransformation c, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, INSTightlyCoupledKalmanInitializerConfig initialConfig, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval, com.irurueta.navigation.frames.CoordinateTransformation c) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval, com.irurueta.navigation.frames.CoordinateTransformation c, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig, com.irurueta.navigation.frames.CoordinateTransformation c) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig, com.irurueta.navigation.frames.CoordinateTransformation c, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.INSGNSSTightlyCoupledKalmanFilteredEstimator(INSTightlyCoupledKalmanConfig config, com.irurueta.units.Time epochInterval, INSTightlyCoupledKalmanInitializerConfig initialConfig, INSGNSSTightlyCoupledKalmanFilteredEstimatorListener listener) Constructor.Copy constructor.