Base Relative Pose Processor
abstract class BaseRelativePoseProcessor(val initialSpeed: SpeedTriad, var processorListener: BaseRelativePoseProcessor.OnProcessedListener?)
Base class to estimate relative pose from an unknown location.
Inheritors
Constructors
Link copied to clipboard
constructor(initialSpeed: SpeedTriad, processorListener: BaseRelativePoseProcessor.OnProcessedListener?)
Properties
Link copied to clipboard
Indicates whether gravity norm must be adjusted to either Earth standard norm, or norm at provided location. If no location is provided, this should only be enabled when device is close to sea level.
Link copied to clipboard
initial device speed in body coordinates.
Link copied to clipboard
Contains current pose respect to the start of this estimator.
Link copied to clipboard
listener to notify new poses.
Link copied to clipboard
Time interval expressed in seconds between consecutive gyroscope measurements