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

    Type Alias Position

    Rov Position

    contains positional data for the ROV

    type Position = {
        global?: GlobalPosition;
        local?: LocalPosition;
        reference?: GlobalPosition;
        top?: GlobalPosition;
    }
    Index

    Properties

    Global position of the ROV in the Global reference frame.

    Local position of the ROV in the Local reference frame.

    reference?: GlobalPosition

    Reference position of the ROV in the Global reference frame.

    Topside position. Set by the topside, not the server.