|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Interface to set the AHRS from the simple OCaml simulator. More...
Include dependency graph for ahrs_sim.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | PRIMARY_AHRS ahrs_sim |
Functions | |
| void | update_ahrs_from_sim (void) |
| void | ahrs_sim_register (void) |
Variables | |
| float | ins_roll_neutral |
| float | ins_pitch_neutral |
Interface to set the AHRS from the simple OCaml simulator.
Definition in file ahrs_sim.h.
| #define PRIMARY_AHRS ahrs_sim |
Definition at line 41 of file ahrs_sim.h.
| void ahrs_sim_register | ( | void | ) |
Definition at line 64 of file ahrs_sim.c.
References ahrs_register_impl().
Here is the call graph for this function:| void update_ahrs_from_sim | ( | void | ) |
Definition at line 52 of file ahrs_sim.c.
References sim_p, sim_phi, sim_psi, sim_q, sim_r, sim_theta, stateSetBodyRates_f(), and stateSetNedToBodyEulers_f().
Referenced by sensors_task().
Here is the call graph for this function:
Here is the caller graph for this function:| float ins_pitch_neutral |
Definition at line 15 of file ins_arduimu.c.
Referenced by ahrs_chimu_init(), ArduIMU_event(), ArduIMU_init(), ArduIMU_periodic(), IMU_Daten_verarbeiten(), update_state_interface(), and vn100_event_task().
| float ins_roll_neutral |
Definition at line 14 of file ins_arduimu.c.
Referenced by ahrs_chimu_init(), ArduIMU_event(), ArduIMU_init(), ArduIMU_periodic(), IMU_Daten_verarbeiten(), update_state_interface(), and vn100_event_task().