Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias SensorBias

    Sensor biases for the sensor pod.

    type SensorBias = {
        x?: number;
        y?: number;
        z?: number;
    }
    Index

    Properties

    Properties

    x?: number
    y?: number
    z?: number