PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Data passed to calibration worker routine. More...
Public Attributes | |
orb_advert_t * | mavlink_log_pub |
int32_t | device_id [max_gyros] |
int | gyro_sensor_sub [max_gyros] |
int | sensor_correction_sub |
struct gyro_calibration_s | gyro_scale [max_gyros] |
sensor_gyro_s | gyro_report_0 |
Data passed to calibration worker routine.
Definition at line 68 of file gyro_calibration.cpp.
int32_t gyro_worker_data_t::device_id[max_gyros] |
Definition at line 70 of file gyro_calibration.cpp.
Referenced by do_gyro_calibration(), and gyro_calibration_worker().
sensor_gyro_s gyro_worker_data_t::gyro_report_0 |
Definition at line 74 of file gyro_calibration.cpp.
Referenced by do_gyro_calibration(), and gyro_calibration_worker().
struct gyro_calibration_s gyro_worker_data_t::gyro_scale[max_gyros] |
Definition at line 73 of file gyro_calibration.cpp.
Referenced by do_gyro_calibration(), and gyro_calibration_worker().
int gyro_worker_data_t::gyro_sensor_sub[max_gyros] |
Definition at line 71 of file gyro_calibration.cpp.
Referenced by do_gyro_calibration(), and gyro_calibration_worker().
orb_advert_t* gyro_worker_data_t::mavlink_log_pub |
Definition at line 69 of file gyro_calibration.cpp.
Referenced by do_gyro_calibration(), and gyro_calibration_worker().
int gyro_worker_data_t::sensor_correction_sub |
Definition at line 72 of file gyro_calibration.cpp.
Referenced by do_gyro_calibration(), and gyro_calibration_worker().