Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nps_sensor_gyro.h File Reference
#include "math/pprz_algebra.h"
#include "math/pprz_algebra_double.h"
#include "math/pprz_algebra_float.h"
#include "std.h"
+ Include dependency graph for nps_sensor_gyro.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  NpsSensorGyro
 

Functions

void nps_sensor_gyro_init (struct NpsSensorGyro *gyro, double time)
 
void nps_sensor_gyro_run_step (struct NpsSensorGyro *gyro, double time, struct DoubleRMat *body_to_imu)
 

Data Structure Documentation

struct NpsSensorGyro

Definition at line 9 of file nps_sensor_gyro.h.

+ Collaboration diagram for NpsSensorGyro:
Data Fields
struct DoubleVect3 bias_initial
struct DoubleVect3 bias_random_walk_std_dev
struct DoubleVect3 bias_random_walk_value
bool data_available
int max
int min
struct DoubleVect3 neutral
double next_update
struct DoubleVect3 noise_std_dev
struct DoubleMat33 sensitivity
struct DoubleVect3 value

Function Documentation