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

    Type Alias LocalPosition

    Rov Local Position

    contains positional data for the ROV in the Local reference frame

    type LocalPosition = {
        uncertainty?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    uncertainty?: number

    Uncertainty radius (in meters)

    0

    x?: number

    x (in meters)

    y?: number

    y (in meters)