|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
struct Int32Rates gyro_unscaled
unscaled gyroscope measurements
struct Int32Vect3 accel
accelerometer measurements in m/s^2 in BFP with INT32_ACCEL_FRAC
void imu_feed_gyro_accel(void)
struct Int32Vect3 accel_unscaled
unscaled accelerometer measurements
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
#define RATES_ASSIGN(_ra, _p, _q, _r)
void imu_scale_gyro(struct Imu *_imu)
struct Imu imu
global IMU state
void imu_scale_mag(struct Imu *_imu)
struct Int32Vect3 mag
magnetometer measurements scaled to 1 in BFP with INT32_MAG_FRAC
struct Int32Vect3 mag_unscaled
unscaled magnetometer measurements
#define VECT3_ASSIGN(_a, _x, _y, _z)
void imu_scale_accel(struct Imu *_imu)
struct Int32Rates gyro
gyroscope measurements in rad/s in BFP with INT32_RATE_FRAC