brilliant-msg
    Preparing search index...

    Interface MagCalibrationJson

    Serialised form of a MagCalibration, matching the Python tool's JSON keys exactly, so a mag_calibration.json produced by imu_calibrate.py loads directly.

    interface MagCalibrationJson {
        field_uT?: number;
        heading_offset_deg?: number;
        matrix: number[][];
        offset: number[];
    }
    Index

    Properties

    field_uT?: number
    heading_offset_deg?: number
    matrix: number[][]
    offset: number[]