Absolute Pose Estimator
Base interface for absolute pose estimators where absolute device position and attitude respect to Earth is known.
Inheritors
Properties
An averaging filter for accelerometer samples to obtain sensed gravity component of specific force.
Listener to notify new accelerometer measurements.
One of the supported accelerometer sensor types.
Factor to take into account when interpolation value is computed and useIndirectAttitudeInterpolation is enabled to determine actual interpolation value based on current relative attitude rotation velocity.
Interpolation value to be used to combine both leveling and relative attitudes. Must be between 0.0 and 1.0 (both included). The closer to 0.0 this value is, the more resemblance the result will have to a pure leveling (which feels more jerky). On the contrary, the closer to 1.0 this value is, the more resemblance the result will have to a pure non-leveled relative attitude (which feels softer but might have arbitrary roll and pitch Euler angles).
Threshold to determine that leveling has largely diverged and if situation is not reverted soon, attitude will be reset to leveling.
Threshold to determine that current leveling appears to be an outlier respect to estimated fused attitude. When leveling and fused attitudes diverge, fusion is not performed, and instead only gyroscope relative attitude is used for fusion estimation.
Threshold to determine when fused attitude has largely diverged for a given number of samples and must be reset.
Gets average time interval between gyroscope samples expressed in seconds.
True to estimate 3D metric transformation, false to skip transformation computation.
Listener to notify when a new gravity estimation is available.
Listener to notify new gyroscope measurements.
One of the supported gyroscope sensor types.
Gets or sets initial device location.
Initial velocity of device expressed in NED coordinates.
Listener to notify new magnetometer measurements.
One of the supported magnetometer sensor types.
Delay of sensors between samples.
Timestamp when World Magnetic Model will be evaluated to obtain current. Only taken into account if useWorldMagneticModel is tue.
Indicates whether accurate leveling must be used or not.
Indicates whether accurate non-leveled relative attitude estimator must be used or not.
Indicates whether fusion between leveling and relative attitudes occurs based on changing interpolation value that depends on actual relative attitude rotation velocity.
True indicates that attitude is leveled and expressed respect to estimator start. False indicates that attitude is absolute.
Indicates whether world magnetic model is taken into account to adjust attitude yaw angle by current magnetic declination based on current World Magnetic Model, location and timestamp.
Earth's magnetic model. If null, the default model is used if useWorldMagneticModel is true. If useWorldMagneticModel is false, this is ignored.