|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
27 #ifndef NPS_ATMOSPHERE_H
28 #define NPS_ATMOSPHERE_H
double last_world_env_req
last world env request time
void nps_atmosphere_set_wind_ned(double wind_north, double wind_east, double wind_down)
double wind_speed
horizontal wind magnitude in m/s
int turbulence_severity
turbulence severity from 0-7
void nps_atmosphere_init(void)
Paparazzi double precision floating point algebra.
struct DoubleVect3 wind
wind speed in NED in m/s
double wind_dir
horitzontal wind direction in radians north=0, increasing CCW
double qnh
barometric pressure at sea level in Pascal
struct NpsAtmosphere nps_atmosphere
void nps_atmosphere_update(double dt)
void nps_atmosphere_set_wind_dir(double dir)
void nps_atmosphere_set_wind_speed(double speed)