Attitude Estimator2
Estimates absolute or relative attitude using Android rotation vector sensors. When using an AttitudeSensorType.ABSOLUTE_ATTITUDE, android combines accelerometer and magnetometer measurements to obtain a leveled absolute attitude respect to Earth. When using an AttitudeSensorType.RELATIVE_ATTITUDE, android does not use a magnetometer and a leveled attitude is obtained with an arbitrary yaw angle respect to Earth.
Constructors
Types
Properties
listener to notify changes in accuracy.
listener to notify when a new attitude measurement is available.
One of the supported attitude sensor types.
true to estimate coordinate transformation, false otherwise. If not needed, it can be disabled to improve performance and decrease cpu load.
true to estimate euler angles, false otherwise. If not needed, it can be disabled to improve performance and decrease cpu load.
Delay of sensors between samples.
indicates whether start offsets will be computed when first measurement is received or not. True indicates that offset is computed, false assumes that offset is null.