Uses of Interface
com.irurueta.navigation.inertial.calibration.VelocityUncertaintySource
Packages that use VelocityUncertaintySource
-
Uses of VelocityUncertaintySource in com.irurueta.navigation.inertial.calibration
Classes in com.irurueta.navigation.inertial.calibration that implement VelocityUncertaintySourceModifier and TypeClassDescriptionclassEstimates random walk data by running this estimator while the body of IMU remains static at a given position and orientation when IMU has already been calibrated.Fields in com.irurueta.navigation.inertial.calibration declared as VelocityUncertaintySourceModifier and TypeFieldDescriptionprivate VelocityUncertaintySourceINSLooselyCoupledKalmanInitializerConfigCreator.velocityUncertaintySourceA source of velocity uncertainty.Methods in com.irurueta.navigation.inertial.calibration that return VelocityUncertaintySourceModifier and TypeMethodDescriptionINSLooselyCoupledKalmanInitializerConfigCreator.getVelocityUncertaintySource()Gets the source of velocity uncertainty.Methods in com.irurueta.navigation.inertial.calibration with parameters of type VelocityUncertaintySourceModifier and TypeMethodDescriptionvoidINSLooselyCoupledKalmanInitializerConfigCreator.setVelocityUncertaintySource(VelocityUncertaintySource velocityUncertaintySource) Sets source of velocity uncertainty.Constructors in com.irurueta.navigation.inertial.calibration with parameters of type VelocityUncertaintySourceModifierConstructorDescriptionINSLooselyCoupledKalmanInitializerConfigCreator(com.irurueta.navigation.inertial.calibration.AccelerometerBiasUncertaintySource accelerometerBiasUncertaintySource, com.irurueta.navigation.inertial.calibration.GyroscopeBiasUncertaintySource gyroscopeBiasUncertaintySource, AttitudeUncertaintySource attitudeUncertaintySource, VelocityUncertaintySource velocityUncertaintySource, PositionUncertaintySource positionUncertaintySource) Constructor.