On Attitude Available Listener
fun interface OnAttitudeAvailableListener : BaseRelativeGyroscopeAttitudeEstimator2.OnAttitudeAvailableListener<RelativeGyroscopeAttitudeEstimator2, RelativeGyroscopeAttitudeEstimator2.OnAttitudeAvailableListener, RelativeGyroscopeAttitudeEstimator2.OnAccuracyChangedListener>
Interface to notify when a new relative attitude measurement is available.
Functions
Link copied to clipboard
abstract fun onAttitudeAvailable(estimator: RelativeGyroscopeAttitudeEstimator2, attitude: Quaternion, timestamp: Long, roll: Double?, pitch: Double?, yaw: Double?, coordinateTransformation: CoordinateTransformation?)
Called when a new attitude measurement is available.