pamoja for TypeScript - v0.1.17
    Preparing search index...

    Variable MavlinkTypeMaskConst

    MavlinkTypeMask: {
        ACCELERATION: number;
        FORCE: number;
        POSITION: number;
        VELOCITY: number;
        YAW: number;
        YAW_RATE: number;
    }

    The fields of a setpoint the autopilot should act on.

    Provided as a runtime object so a caller can combine flags by name; the rest of a setpoint's fields are ignored.

    Type Declaration

    • ReadonlyACCELERATION: number

      The acceleration fields.

    • ReadonlyFORCE: number

      Treat the acceleration fields as a force.

    • ReadonlyPOSITION: number

      The position fields.

    • ReadonlyVELOCITY: number

      The velocity fields.

    • ReadonlyYAW: number

      The yaw field.

    • ReadonlyYAW_RATE: number

      The yaw rate field.