Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | nps_ivy_init (char *ivy_bus) |
void | nps_ivy_display (void) |
void | nps_ivy_send_WORLD_ENV_REQ (void) |
void nps_ivy_display | ( | void | ) |
Definition at line 144 of file nps_ivy.c.
References NpsSensors::accel, NpsFdm::agl, LlaCoor_d::alt, NpsSensorGyro::bias_initial, NpsSensorGyro::bias_random_walk_value, NpsFdm::body_ecef_rotvel, double_quat_vmult(), fdm, NpsSensors::gyro, NpsFdm::hmsl, LlaCoor_d::lat, NpsFdm::lla_pos_geoc, NpsFdm::lla_pos_geod, NpsFdm::lla_pos_pprz, LlaCoor_d::lon, NpsFdm::ltp_h, NpsFdm::ltp_to_body_eulers, NpsFdm::ltp_to_body_quat, NpsFdm::ltpprz_ecef_accel, NpsFdm::ltpprz_ecef_vel, NpsFdm::ltpprz_pos, NpsSensorAccel::neutral, DoubleRates::p, DoubleEulers::phi, DoubleEulers::psi, DoubleRates::q, DoubleRates::r, RATE_FLOAT_OF_BFP, sensors, DoubleEulers::theta, NpsSensorAccel::value, NpsFdm::wind, DoubleVect3::x, NedCoor_d::x, DoubleVect3::y, NedCoor_d::y, DoubleVect3::z, and NedCoor_d::z.
Referenced by nps_main_display().
void nps_ivy_init | ( | char * | ivy_bus | ) |
Definition at line 37 of file nps_ivy.c.
References on_DL_SETTING(), and on_WORLD_ENV().
Referenced by nps_main_init().
void nps_ivy_send_WORLD_ENV_REQ | ( | void | ) |
Definition at line 96 of file nps_ivy.c.
References fdm, NpsFdm::hmsl, LlaCoor_d::lat, NpsFdm::lla_pos_pprz, LlaCoor_d::lon, NpsFdm::ltpprz_pos, on_WORLD_ENV(), NedCoor_d::x, NedCoor_d::y, and NedCoor_d::z.
Referenced by nps_atmosphere_update().