PX4 Firmware
PX4 Autopilot Software http://px4.io
|
gyro scaling factors; Vout = (Vin * Vscale) + Voffset More...
#include <drv_gyro.h>
Public Attributes | |
float | x_offset |
float | x_scale |
float | y_offset |
float | y_scale |
float | z_offset |
float | z_scale |
gyro scaling factors; Vout = (Vin * Vscale) + Voffset
Definition at line 54 of file drv_gyro.h.
float gyro_calibration_s::x_offset |
Definition at line 55 of file drv_gyro.h.
Referenced by do_gyro_calibration(), gyro_calibration_worker(), mpu9x50::parameters_update(), sensors::VotedSensorsUpdate::parametersUpdate(), and mpu9x50::update_reports().
float gyro_calibration_s::x_scale |
Definition at line 56 of file drv_gyro.h.
Referenced by do_gyro_calibration(), mpu9x50::parameters_update(), sensors::VotedSensorsUpdate::parametersUpdate(), and mpu9x50::update_reports().
float gyro_calibration_s::y_offset |
Definition at line 57 of file drv_gyro.h.
Referenced by do_gyro_calibration(), gyro_calibration_worker(), mpu9x50::parameters_update(), sensors::VotedSensorsUpdate::parametersUpdate(), and mpu9x50::update_reports().
float gyro_calibration_s::y_scale |
Definition at line 58 of file drv_gyro.h.
Referenced by do_gyro_calibration(), mpu9x50::parameters_update(), sensors::VotedSensorsUpdate::parametersUpdate(), and mpu9x50::update_reports().
float gyro_calibration_s::z_offset |
Definition at line 59 of file drv_gyro.h.
Referenced by do_gyro_calibration(), gyro_calibration_worker(), mpu9x50::parameters_update(), sensors::VotedSensorsUpdate::parametersUpdate(), and mpu9x50::update_reports().
float gyro_calibration_s::z_scale |
Definition at line 60 of file drv_gyro.h.
Referenced by do_gyro_calibration(), mpu9x50::parameters_update(), sensors::VotedSensorsUpdate::parametersUpdate(), and mpu9x50::update_reports().