Base Relative Gyroscope Attitude Processor
abstract class BaseRelativeGyroscopeAttitudeProcessor(var processorListener: BaseRelativeGyroscopeAttitudeProcessor.OnProcessedListener?)
Base class to estimate relative attitude of device respect to an arbitrary initial attitude using gyroscope measurements only.
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun process(measurement: GyroscopeSensorMeasurement, timestamp: Long = measurement.timestamp): Boolean
Processes a gyroscope sensor measurement to integrate angular speed values to obtain an accumulated attitude from an arbitrary attitude of origin.