|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
35 #include "generated/airframe.h"
43 #ifndef AIR_DATA_BARO_ABS_ID
44 #define AIR_DATA_BARO_ABS_ID ABI_BROADCAST
50 #ifndef AIR_DATA_BARO_DIFF_ID
51 #define AIR_DATA_BARO_DIFF_ID ABI_BROADCAST
57 #ifndef AIR_DATA_TEMPERATURE_ID
58 #define AIR_DATA_TEMPERATURE_ID ABI_BROADCAST
64 #ifndef AIR_DATA_AIRSPEED_ID
65 #define AIR_DATA_AIRSPEED_ID ABI_BROADCAST
71 #ifndef AIR_DATA_INCIDENCE_ID
72 #define AIR_DATA_INCIDENCE_ID ABI_BROADCAST
77 #ifndef AIR_DATA_TAS_FACTOR
78 #define AIR_DATA_TAS_FACTOR 1.0
82 #ifndef AIR_DATA_CALC_AIRSPEED
83 #define AIR_DATA_CALC_AIRSPEED TRUE
87 #ifndef AIR_DATA_CALC_TAS_FACTOR
88 #define AIR_DATA_CALC_TAS_FACTOR TRUE
92 #ifndef AIR_DATA_CALC_AMSL_BARO
93 #define AIR_DATA_CALC_AMSL_BARO FALSE
97 #ifndef USE_AIRSPEED_AIR_DATA
99 #define USE_AIRSPEED_AIR_DATA TRUE
120 float geoid_separation = 0;
145 #if USE_AIRSPEED_AIR_DATA
166 #if USE_AIRSPEED_AIR_DATA
174 if (bit_is_set(flag, 0)) {
179 if (bit_is_set(flag, 1)) {
186 #if PERIODIC_TELEMETRY
191 pprz_msg_send_BARO_RAW(trans,
dev, AC_ID,
197 pprz_msg_send_AIR_DATA(trans,
dev, AC_ID,
204 static void send_amsl(
struct transport_tx *trans,
struct link_device *
dev)
206 const float MeterPerFeet = 0.3048;
209 pprz_msg_send_AMSL(trans,
dev, AC_ID, &amsl_baro_ft, &amsl_gps_ft);
250 #if PERIODIC_TELEMETRY
300 return sqrtf(
Max(q * two_div_rho_0, 0));
float amsl_baro
altitude above sea level in m from pressure and QNH
static void stateSetAirspeed_f(float airspeed)
Set airspeed (float).
float wind_dir
wind direction (rad, 0 north, >0 clockwise)
#define AIR_DATA_CALC_TAS_FACTOR
Calculate tas_factor from temp and pressure by default.
static void send_air_data(struct transport_tx *trans, struct link_device *dev)
struct AirData air_data
global AirData state
float tas_from_eas(float eas)
Calculate true airspeed from equivalent airspeed.
#define AIR_DATA_CALC_AIRSPEED
Calculate Airspeed from differential pressure by default.
float eas_from_dynamic_pressure(float q)
Calculate equivalent airspeed from dynamic pressure.
void air_data_init(void)
AirData initialization.
static void h(const real32_T x[7], const real32_T q[4], real32_T y[6])
float tas_factor
factor to convert equivalent airspeed (EAS) to true airspeed (TAS)
static void pressure_abs_cb(uint8_t sender_id, uint32_t stamp, float pressure)
static void send_baro_raw(struct transport_tx *trans, struct link_device *dev)
#define AIR_DATA_BARO_ABS_ID
ABI binding for absolute pressure.
Event structure to store callbacks in a linked list.
void air_data_periodic(void)
Check health.
static float pprz_isa_ref_pressure_of_height_full(float pressure, float height)
Get reference pressure (QFE or QNH) from current pressure and height.
bool calc_amsl_baro
if TRUE, calculate amsl_baro
#define AIR_DATA_INCIDENCE_ID
ABI binding for incidence angles.
static abi_event pressure_diff_ev
struct LlaCoor_f lla
origin of local frame in LLA
static float pprz_isa_temperature_of_altitude(float alt)
Get ISA temperature from a MSL altitude.
#define AIR_DATA_TAS_FACTOR
Default factor to convert estimated airspeed (EAS) to true airspeed (TAS)
static uint8_t baro_health_counter
counter to check baro health
static abi_event pressure_abs_ev
float hmsl
Height above mean sea level in meters.
bool calc_qnh_once
flag to calculate QNH with next pressure measurement
static void airspeed_cb(uint8_t sender_id, float eas)
static const struct usb_device_descriptor dev
static abi_event airspeed_ev
float airspeed
Equivalent Air Speed (equals to Calibrated Air Speed at low speed/altitude) (in m/s,...
#define PPRZ_ISA_AIR_DENSITY
standard air density in kg/m^3
float qnh
Barometric pressure adjusted to sea level in hPa, -1 if unknown.
int8_t register_periodic_telemetry(struct periodic_telemetry *_pt, uint8_t _id, telemetry_cb _cb)
Register a telemetry callback function.
float sideslip
sideslip angle (rad)
struct LtpDef_f ned_origin_f
Definition of the local (flat earth) coordinate system.
static abi_event temperature_ev
#define AIR_DATA_CALC_AMSL_BARO
Don't calculate AMSL from baro and QNH by default.
static float pprz_isa_height_of_pressure_full(float pressure, float ref_p)
Get relative altitude from pressure (using full equation).
static void send_amsl(struct transport_tx *trans, struct link_device *dev)
bool calc_airspeed
if TRUE, calculate airspeed from differential pressure
static void stateSetAngleOfAttack_f(float aoa)
Set angle of attack in radians (float).
static void incidence_cb(uint8_t sender_id, uint8_t flag, float aoa, float sideslip)
float wind_speed
wind speed (m/s)
#define CelsiusOfKelvin(_t)
Convert temperature from Kelvin to Celsius.
float differential
Differential pressure (total - static pressure) (Pa)
float alt
in meters (normally above WGS84 reference ellipsoid)
#define AIR_DATA_BARO_DIFF_ID
ABI binding for differential pressure.
#define PPRZ_ISA_SEA_LEVEL_TEMP
ISA sea level standard temperature in Kelvin.
static float pprz_isa_pressure_of_altitude(float altitude)
Get pressure in Pa from absolute altitude (using simplified equation).
float tas_from_dynamic_pressure(float q)
Calculate true airspeed from dynamic pressure.
static void temperature_cb(uint8_t sender_id, float temp)
PRINT_CONFIG_MSG("USE_INS_NAV_INIT defaulting to TRUE")
float get_tas_factor(float p, float t)
Calculate true airspeed (TAS) factor.
float temperature
temperature in degrees Celcius, -1000 if unknown
bool amsl_baro_valid
TRUE if amsl_baro is currently valid.
static abi_event incidence_ev
float pressure
Static atmospheric pressure (Pa), -1 if unknown.
static bool stateIsGlobalCoordinateValid(void)
Test if global coordinates are valid.
#define AIR_DATA_TEMPERATURE_ID
ABI binding for temperature.
#define KelvinOfCelsius(_t)
Convert temperature from Celsius to Kelvin.
bool ned_initialized_f
True if local float coordinate frame is initialsed.
float aoa
angle of attack (rad)
static void pressure_diff_cb(uint8_t sender_id, float pressure)
static struct LlaCoor_f * stateGetPositionLla_f(void)
Get position in LLA coordinates (float).
float air_data_get_amsl(void)
Return AMSL (altitude AboveSeaLevel).
#define AIR_DATA_AIRSPEED_ID
ABI binding for airspeed.
bool calc_tas_factor
if TRUE, calculate tas_factor when getting a temp measurement
#define DefaultPeriodic
Set default periodic telemetry.
#define PPRZ_ISA_SEA_LEVEL_PRESSURE
ISA sea level standard atmospheric pressure in Pascal.
Paparazzi atmospheric pressure conversion utilities.
float tas
True Air Speed (TAS) in m/s, -1 if unknown.
static void stateSetSideslip_f(float sideslip)
Set sideslip angle in radians (float).