on Pose Available
abstract fun onPoseAvailable(estimator: RelativePoseEstimator, timestamp: Long, pose: EuclideanTransformation3D)
Called when a new pose is available.
Parameters
estimator
pose estimator that raised this event.
timestamp
time in nanoseconds at which the measurement was made. Each measurement wil be monotonically increasing using the same time base as android.os.SystemClock.elapsedRealtimeNanos.
pose
3D euclidean transformation containing attitude and translation respect to the start timestamp of the estimator.