35#include "generated/airframe.h"
36#include "generated/modules.h"
37#include "pprzlink/dl_protocol.h"
45#ifndef AIR_DATA_BARO_ABS_ID
46#define AIR_DATA_BARO_ABS_ID ABI_BROADCAST
52#ifndef AIR_DATA_BARO_DIFF_ID
53#define AIR_DATA_BARO_DIFF_ID ABI_BROADCAST
59#ifndef AIR_DATA_TEMPERATURE_ID
60#define AIR_DATA_TEMPERATURE_ID ABI_BROADCAST
66#ifndef AIR_DATA_AIRSPEED_ID
67#define AIR_DATA_AIRSPEED_ID ABI_BROADCAST
73#ifndef AIR_DATA_INCIDENCE_ID
74#define AIR_DATA_INCIDENCE_ID ABI_BROADCAST
79#ifndef AIR_DATA_TAS_FACTOR
80#define AIR_DATA_TAS_FACTOR 1.0
84#ifndef AIR_DATA_CALC_AIRSPEED
85#define AIR_DATA_CALC_AIRSPEED TRUE
89#ifndef AIR_DATA_CALC_TAS_FACTOR
90#define AIR_DATA_CALC_TAS_FACTOR TRUE
94#ifndef AIR_DATA_CALC_AMSL_BARO
95#define AIR_DATA_CALC_AMSL_BARO FALSE
99#ifndef USE_AIRSPEED_AIR_DATA
101#define USE_AIRSPEED_AIR_DATA TRUE
147#if USE_AIRSPEED_AIR_DATA
168#if USE_AIRSPEED_AIR_DATA
188#if PERIODIC_TELEMETRY
252#if PERIODIC_TELEMETRY
static void h(const real32_T x[7], const real32_T q[4], real32_T y[6])
Main include for ABI (AirBorneInterface).
Event structure to store callbacks in a linked list.
float eas_from_dynamic_pressure(float q)
Calculate equivalent airspeed from dynamic pressure.
void air_data_periodic(void)
Check health.
static abi_event airspeed_ev
static abi_event temperature_ev
static uint8_t baro_health_counter
counter to check baro health
static void compute_tas_factor(void)
Internal utility function to compute current tas factor if needed.
#define AIR_DATA_AIRSPEED_ID
ABI binding for airspeed.
struct AirData air_data
global AirData state
float air_data_get_amsl(void)
Return AMSL (altitude AboveSeaLevel).
#define AIR_DATA_TAS_FACTOR
Default factor to convert estimated airspeed (EAS) to true airspeed (TAS)
#define AIR_DATA_CALC_TAS_FACTOR
Calculate tas_factor from temp and pressure by default.
static void pressure_diff_cb(uint8_t sender_id, float pressure)
#define AIR_DATA_CALC_AMSL_BARO
Don't calculate AMSL from baro and QNH by default.
static void send_air_data(struct transport_tx *trans, struct link_device *dev)
static abi_event pressure_diff_ev
#define AIR_DATA_CALC_AIRSPEED
Calculate Airspeed from differential pressure by default.
float eas_from_tas(float tas)
Calculate equivalent airspeed from true airspeed.
static void temperature_cb(uint8_t sender_id, float temp)
#define AIR_DATA_TEMPERATURE_ID
ABI binding for temperature.
float tas_from_dynamic_pressure(float q)
Calculate true airspeed from dynamic pressure.
static void incidence_cb(uint8_t sender_id, uint8_t flag, float aoa, float sideslip)
#define AIR_DATA_BARO_ABS_ID
ABI binding for absolute pressure.
#define AIR_DATA_BARO_DIFF_ID
ABI binding for differential pressure.
static abi_event incidence_ev
static void send_amsl(struct transport_tx *trans, struct link_device *dev)
void air_data_parse_WIND_INFO(struct link_device *dev, struct transport_tx *trans, uint8_t *buf)
Parse datalink wind info message.
static abi_event pressure_abs_ev
static void pressure_abs_cb(uint8_t sender_id, uint32_t stamp, float pressure)
#define AIR_DATA_INCIDENCE_ID
ABI binding for incidence angles.
static void send_baro_raw(struct transport_tx *trans, struct link_device *dev)
void air_data_init(void)
AirData initialization.
float get_tas_factor(float p, float t)
Calculate true airspeed (TAS) factor.
float tas_from_eas(float eas)
Calculate true airspeed from equivalent airspeed.
static void airspeed_cb(uint8_t sender_id, float eas)
bool calc_amsl_baro
if TRUE, calculate amsl_baro
float sideslip
sideslip angle (rad)
float wind_dir
wind direction (rad, 0 north, >0 clockwise)
bool calc_tas_factor
if TRUE, calculate tas_factor when getting a temp measurement
float tas_factor
factor to convert equivalent airspeed (EAS) to true airspeed (TAS)
float temperature
temperature in degrees Celcius, -1000 if unknown
float aoa
angle of attack (rad)
float wind_speed
wind speed (m/s)
bool calc_airspeed
if TRUE, calculate airspeed from differential pressure
bool calc_qnh_once
flag to calculate QNH with next pressure measurement
float airspeed
Equivalent Air Speed (equals to Calibrated Air Speed at low speed/altitude) (in m/s,...
float differential
Differential pressure (total - static pressure) (Pa)
float pressure
Static atmospheric pressure (Pa), -1 if unknown.
float amsl_baro
altitude above sea level in m from pressure and QNH
float tas
True Air Speed (TAS) in m/s, -1 if unknown.
bool amsl_baro_valid
TRUE if amsl_baro is currently valid.
float qnh
Barometric pressure adjusted to sea level in hPa, -1 if unknown.
static float float_vect2_norm(struct FloatVect2 *v)
#define KelvinOfCelsius(_t)
Convert temperature from Celsius to Kelvin.
#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).
#define PPRZ_ISA_AIR_DENSITY
standard air density in kg/m^3
static float pprz_isa_temperature_of_altitude(float alt)
Get ISA temperature from a MSL altitude.
#define CelsiusOfKelvin(_t)
Convert temperature from Kelvin to Celsius.
#define PPRZ_ISA_SEA_LEVEL_PRESSURE
ISA sea level standard atmospheric pressure in Pascal.
static float pprz_isa_height_of_pressure_full(float pressure, float ref_p)
Get relative altitude from pressure (using full equation).
static float pprz_isa_ref_pressure_of_height_full(float pressure, float height)
Get reference pressure (QFE or QNH) from current pressure and height.
static struct LlaCoor_f * stateGetPositionLla_f(void)
Get position in LLA coordinates (float).
bool ned_initialized_f
True if local float coordinate frame is initialsed.
static bool stateIsGlobalCoordinateValid(void)
Test if global coordinates are valid.
float stateGetHmslOrigin_f(void)
Get the HMSL of the frame origin (float)
struct LlaCoor_f stateGetLlaOrigin_f(void)
Get the LLA position of the frame origin (float)
static void stateSetAngleOfAttack_f(uint16_t id, float aoa)
Set angle of attack in radians (float).
static void stateSetSideslip_f(uint16_t id, float sideslip)
Set sideslip angle in radians (float).
static void stateSetVerticalWindspeed_f(uint16_t id, float v_windspeed)
Set vertical windspeed (float).
static float stateGetAirspeed_f(void)
Get airspeed (float).
static void stateSetHorizontalWindspeed_f(uint16_t id, struct FloatVect2 *h_windspeed)
Set horizontal windspeed (float).
static void stateSetAirspeed_f(uint16_t id, float airspeed)
Set airspeed (float).
PRINT_CONFIG_MSG("USE_INS_NAV_INIT defaulting to TRUE")
static float sign(float x)
sign function
float alt
in meters (normally above WGS84 reference ellipsoid)
Paparazzi atmospheric pressure conversion utilities.
API to get/set the generic vehicle states.
static const struct usb_device_descriptor dev
int8_t register_periodic_telemetry(struct periodic_telemetry *_pt, uint8_t _id, telemetry_cb _cb)
Register a telemetry callback function.
Periodic telemetry system header (includes downlink utility and generated code).
#define DefaultPeriodic
Set default periodic telemetry.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.