holoride
Search Results for

    Show / Hide Table of Contents

    Interface ISensorDataSettings

    Provides settings for sensor data smoothing and processing.

    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.StateReceivers.dll
    Syntax
    public interface ISensorDataSettings : INotifyPropertyChanged

    Properties

    HeadingSmoothing

    Gets or sets the heading smoothing factor.

    This value typically ranges from 0 to 100, representing the window size for post-processing heading smoothing. Must be non-negative.

    Declaration
    float HeadingSmoothing { get; set; }
    Property Value
    Type Description
    float

    PositionSmoothing

    Gets or sets the position smoothing factor.

    This value typically ranges from 0 to 100, representing the window size for post-processing position smoothing. Must be non-negative.

    Declaration
    float PositionSmoothing { get; set; }
    Property Value
    Type Description
    float
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint