1 #ifndef NPS_SENSOR_GYRO_H
2 #define NPS_SENSOR_GYRO_H
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)
struct DoubleVect3 bias_random_walk_value
struct DoubleVect3 noise_std_dev
struct DoubleMat33 sensitivity
struct DoubleVect3 bias_initial
struct DoubleVect3 neutral
struct DoubleVect3 bias_random_walk_std_dev
Paparazzi generic algebra macros.
Paparazzi double precision floating point algebra.
Paparazzi floating point algebra.