Interface VelocityNoiseStandardDeviationSource
- All Known Implementing Classes:
RandomWalkEstimator
public interface VelocityNoiseStandardDeviationSource
Defines a source for velocity noise standard deviation.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets standard deviation of velocity noise expressed in meters per second (m/s).
-
Method Details
-
getVelocityNoiseStandardDeviation
double getVelocityNoiseStandardDeviation()Gets standard deviation of velocity noise expressed in meters per second (m/s). Velocity noise standard deviation can be measured using a RandomWalkEstimator, which is appropriate to create aINSLooselyCoupledKalmanConfig
.- Returns:
- standard deviation of velocity noise.
-