NinjaFlight
|
#include <mavlink_msg_airspeed_autocal.h>
Data Fields | |
float | vx |
GPS velocity north m/s. More... | |
float | vy |
GPS velocity east m/s. More... | |
float | vz |
GPS velocity down m/s. More... | |
float | diff_pressure |
Differential pressure pascals. More... | |
float | EAS2TAS |
Estimated to true airspeed ratio. More... | |
float | ratio |
Airspeed ratio. More... | |
float | state_x |
EKF state x. More... | |
float | state_y |
EKF state y. More... | |
float | state_z |
EKF state z. More... | |
float | Pax |
EKF Pax. More... | |
float | Pby |
EKF Pby. More... | |
float | Pcz |
EKF Pcz. More... | |
float __mavlink_airspeed_autocal_t::diff_pressure |
Differential pressure pascals.
float __mavlink_airspeed_autocal_t::EAS2TAS |
Estimated to true airspeed ratio.
float __mavlink_airspeed_autocal_t::Pax |
EKF Pax.
float __mavlink_airspeed_autocal_t::Pby |
EKF Pby.
float __mavlink_airspeed_autocal_t::Pcz |
EKF Pcz.
float __mavlink_airspeed_autocal_t::ratio |
Airspeed ratio.
float __mavlink_airspeed_autocal_t::state_x |
EKF state x.
float __mavlink_airspeed_autocal_t::state_y |
EKF state y.
float __mavlink_airspeed_autocal_t::state_z |
EKF state z.
float __mavlink_airspeed_autocal_t::vx |
GPS velocity north m/s.
float __mavlink_airspeed_autocal_t::vy |
GPS velocity east m/s.
float __mavlink_airspeed_autocal_t::vz |
GPS velocity down m/s.