IEvsYprSensorsEvents

Interface for receiving Sensors fused quaternions data

The fused sensors callback is called when the sensors fusion were activated and ready, and before the UIKit.app.Screen.onUpdateUI is called

To receive the fused, for supported systems, you should:

  1. Enable the sensor fusion via IEvsSensorsService.enableSensorsFusion

  2. Register the fused data callback via IEvsSensorsService.registerYprSensorsEvents

See also

Functions

Link copied to clipboard
abstract fun onYpr(timestampMs: Long, yprData: YprData, calibrationStatus: CalibrationStatus)

Sensor fusion Yaw Pitch Roll data callback