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

    Type Alias DT645

    DT645: {
        bodyLeak?: boolean;
        cameraHead?: Removable<A150CameraHead>;
        depth?: number;
        drive?: DT645Drive;
        heading?: number;
        incline?: number;
        model: DT645;
        pitch?: number;
        roll?: number;
        usageTime?: UsageTime;
    } & Vehicle

    DT645 Class

    DT645 vehicle type.

    Type declaration

    • OptionalbodyLeak?: boolean

      Body Leak Fault

      Indicates detection of water leakage within the DT645 Utility Crawler's main body compartment.

      {
      "bodyLeak": true
      }
    • OptionalcameraHead?: Removable<A150CameraHead>

      Camera Head

      The rotating part of the camera that controls its pan and tilt orientation.

    • Optionaldepth?: number

      Depth

      Measures the depth of DT645 Utility Crawler (in meters) from water surface

      To Calibrate depth, set depth to '0'. Setting depth to any other value will be ignored.

      {
      "depth": 5
      }
    • Optionaldrive?: DT645Drive

      Drive Controls

      Controls the direction of drive for the Dt645 Utility Crawler.

    • Optional Readonlyheading?: number

      Heading

      The direction that the DT645 Utility Crawler is facing. Measured in degrees from north bearing.

      {
      "heading": 90
      }

      0

      360

    • Optionalincline?: number

      Incline

      The angle at which the DT645 Utility Crawler is positioned relative to a flat surface.

      {
      "incline": 10
      }

      -180.0

      180.0

    • model: DT645
    • Optional Readonlypitch?: number

      Pitch

      Measured in degrees from the neutral pitch position.

      {
      "pitch": 5
      }

      -180.0

      180.0

    • Optionalroll?: number

      Roll

      Rotation of the DT645 Utility Crawler around its front-to-back (longitudinal) axis.

      {
      "roll": 0
      }

      -180.0

      180.0

    • OptionalusageTime?: UsageTime

      Usage Time