@openhps/imu
    Preparing search index...

    Interface GravityProcessingOptions

    interface GravityProcessingOptions {
        expire?: number;
        frameFilter?: (frame: DataFrame) => boolean;
        method?: GravityProcessingMethod;
        name?: string;
        objectFilter?: (object: DataObject, frame?: DataFrame) => boolean;
        uid?: string;
    }

    Hierarchy

    • FilterProcessingOptions
      • GravityProcessingOptions
    Index
    expire?: number
    frameFilter?: (frame: DataFrame) => boolean

    Frame filter to specify what frames are processed by this node

    name?: string

    User friendly name of the node Used for querying a node by its name.

    objectFilter?: (object: DataObject, frame?: DataFrame) => boolean

    Object filter to specify what data object are processed by this node

    uid?: string

    Manually set the unique identifier of the node