PX4 Firmware
PX4 Autopilot Software http://px4.io
mag_calibration_s Struct Reference

mag scaling factors; Vout = (Vin * Vscale) + Voffset More...

#include <drv_mag.h>

Collaboration diagram for mag_calibration_s:

Public Attributes

float x_offset
 
float x_scale
 
float y_offset
 
float y_scale
 
float z_offset
 
float z_scale
 

Detailed Description

mag scaling factors; Vout = (Vin * Vscale) + Voffset

Definition at line 56 of file drv_mag.h.

Member Data Documentation

◆ x_offset

◆ x_scale

◆ y_offset

◆ y_scale

◆ z_offset

◆ z_scale


The documentation for this struct was generated from the following file: