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

Data passed to calibration worker routine. More...

Collaboration diagram for accel_worker_data_t:

Public Attributes

orb_advert_tmavlink_log_pub
 
unsigned done_count
 
int subs [max_accel_sens]
 
float accel_ref [max_accel_sens][detect_orientation_side_count][3]
 
int sensor_correction_sub
 

Detailed Description

Data passed to calibration worker routine.

Definition at line 169 of file accelerometer_calibration.cpp.

Member Data Documentation

◆ accel_ref

float accel_worker_data_t::accel_ref[max_accel_sens][detect_orientation_side_count][3]

◆ done_count

unsigned accel_worker_data_t::done_count

◆ mavlink_log_pub

orb_advert_t* accel_worker_data_t::mavlink_log_pub

◆ sensor_correction_sub

int accel_worker_data_t::sensor_correction_sub

◆ subs

int accel_worker_data_t::subs[max_accel_sens]

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