PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <sensor_preflight.h>
Public Attributes | |
uint64_t | timestamp |
float | accel_inconsistency_m_s_s |
float | gyro_inconsistency_rad_s |
float | mag_inconsistency_angle |
uint8_t | _padding0 [4] |
Definition at line 51 of file sensor_preflight.h.
uint8_t sensor_preflight_s::_padding0[4] |
Definition at line 57 of file sensor_preflight.h.
float sensor_preflight_s::accel_inconsistency_m_s_s |
Definition at line 54 of file sensor_preflight.h.
Referenced by sensors::VotedSensorsUpdate::calcAccelInconsistency(), and PreFlightCheck::imuConsistencyCheck().
float sensor_preflight_s::gyro_inconsistency_rad_s |
Definition at line 55 of file sensor_preflight.h.
Referenced by sensors::VotedSensorsUpdate::calcGyroInconsistency(), and PreFlightCheck::imuConsistencyCheck().
float sensor_preflight_s::mag_inconsistency_angle |
Definition at line 56 of file sensor_preflight.h.
Referenced by sensors::VotedSensorsUpdate::calcMagInconsistency(), and PreFlightCheck::magConsistencyCheck().
uint64_t sensor_preflight_s::timestamp |
Definition at line 53 of file sensor_preflight.h.
Referenced by PreFlightCheck::magConsistencyCheck(), and Sensors::run().