6 #ifndef NPS_SENSORS_PARAMS
7 #include "nps_sensors_params_default.h"
9 #include NPS_SENSORS_PARAMS
Simulated airspeed for NPS simulator.
Simulated Angle Of Attack of the Wind for NPS simulator.
Simulated Angle Of Attack of the Wind for NPS simulator.
Simulated sonar for NPS simulator.
bool nps_sensors_gps_available()
void nps_sensors_init(double time)
struct NpsSensors sensors
struct DoubleRMat body_to_imu_rmat
bool nps_sensors_mag_available()
bool nps_sensors_gyro_available()
struct NpsSensorAirspeed airspeed
bool nps_sensors_airspeed_available()
struct NpsSensorGyro gyro
struct NpsSensorTemperature temp
struct NpsSensorAccel accel
struct NpsSensorSideSlip sideslip
struct NpsSensorAngleOfAttack aoa
bool nps_sensors_temperature_available()
struct NpsSensorBaro baro
void nps_sensors_run_step(double time)
struct NpsSensorSonar sonar
bool nps_sensors_sonar_available()
bool nps_sensors_sideslip_available()
bool nps_sensors_baro_available()
bool nps_sensors_aoa_available()
Paparazzi generic algebra macros.