Uses of Class
com.irurueta.navigation.inertial.calibration.generators.AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator
Packages that use AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator
Package
Description
Contains classes to generate measurements required for the calibration of accelerometers,
gyroscopes and magnetometers after detecting static and dynamic intervals.
-
Uses of AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator in com.irurueta.navigation.inertial.calibration.generators
Methods in com.irurueta.navigation.inertial.calibration.generators with parameters of type AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorModifier and TypeMethodDescriptionvoid
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onDynamicIntervalDetected
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator) Called when a dynamic interval has been detected after initialization.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onDynamicIntervalSkipped
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator) Called when a detected static interval is skipped because it has too many samples in it.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onError
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator, TriadStaticIntervalDetector.ErrorReason reason) Called when an error is detected during initialization because there has been excessive movement forces.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onGeneratedAccelerometerMeasurement
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator, StandardDeviationBodyKinematics measurement) Called when a new measurement for accelerometer calibration is generated.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onGeneratedGyroscopeMeasurement
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator, BodyKinematicsSequence<StandardDeviationTimedBodyKinematics> measurement) Called when a new measurement for gyroscope calibration is generated.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onGeneratedMagnetometerMeasurement
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator, StandardDeviationBodyMagneticFluxDensity measurement) Called when a new measurement for magnetometer calibration is generated.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onInitializationCompleted
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator, double accelerometerBaseNoiseLevel) Called when initial static period successfully completes and base noise level is estimated so that static and dynamic periods can be detected.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onInitializationStarted
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator) Called when initial static period starts so that base noise level starts being estimated.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onReset
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator) Called when generator is reset.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onStaticIntervalDetected
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator) Called when a static interval has been detected after initialization.void
AccelerometerGyroscopeAndMagnetometerMeasurementsGeneratorListener.onStaticIntervalSkipped
(AccelerometerGyroscopeAndMagnetometerMeasurementsGenerator generator) Called when a detected static interval is skipped because there are not enough samples to be processed.