Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ahrs_sim.h File Reference

Interface to set the AHRS from the simple OCaml simulator. More...

#include "subsystems/ahrs.h"
#include "std.h"
+ 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
 

Detailed Description

Interface to set the AHRS from the simple OCaml simulator.

Definition in file ahrs_sim.h.

Macro Definition Documentation

#define PRIMARY_AHRS   ahrs_sim

Definition at line 41 of file ahrs_sim.h.

Function Documentation

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:

Variable Documentation