PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <ekf_gps_drift.h>
Public Attributes | |
uint64_t | timestamp |
float | hpos_drift_rate |
float | vpos_drift_rate |
float | hspd |
bool | blocked |
uint8_t | _padding0 [3] |
Definition at line 51 of file ekf_gps_drift.h.
uint8_t ekf_gps_drift_s::_padding0[3] |
Definition at line 58 of file ekf_gps_drift.h.
bool ekf_gps_drift_s::blocked |
Definition at line 57 of file ekf_gps_drift.h.
Referenced by Ekf2::Run().
float ekf_gps_drift_s::hpos_drift_rate |
Definition at line 54 of file ekf_gps_drift.h.
Referenced by Ekf2::Run().
float ekf_gps_drift_s::hspd |
Definition at line 56 of file ekf_gps_drift.h.
Referenced by Ekf2::Run().
uint64_t ekf_gps_drift_s::timestamp |
Definition at line 53 of file ekf_gps_drift.h.
Referenced by Ekf2::Run().
float ekf_gps_drift_s::vpos_drift_rate |
Definition at line 55 of file ekf_gps_drift.h.
Referenced by Ekf2::Run().