41 #if PERIODIC_TELEMETRY
45 static void send_euler(
struct transport_tx *trans,
struct link_device *
dev)
49 pprz_msg_send_AHRS_EULER(trans,
dev, AC_ID,
50 <p_to_body_euler.
phi,
51 <p_to_body_euler.
theta,
52 <p_to_body_euler.
psi,
56 static void send_bias(
struct transport_tx *trans,
struct link_device *
dev)
60 pprz_msg_send_AHRS_GYRO_BIAS_INT(trans,
dev, AC_ID,
66 pprz_msg_send_GEO_MAG(trans,
dev, AC_ID,
77 if (t_diff > 50000) { mde = 5; }
86 #ifndef AHRS_MLKF_IMU_ID
87 #define AHRS_MLKF_IMU_ID ABI_BROADCAST
93 #ifndef AHRS_MLKF_MAG_ID
94 #define AHRS_MLKF_MAG_ID AHRS_MLKF_IMU_ID
111 #if USE_AUTO_AHRS_FREQ || !defined(AHRS_PROPAGATE_FREQUENCY)
117 float dt = (float)(stamp - last_stamp) * 1e-6;
123 PRINT_CONFIG_MSG(
"Using fixed AHRS_PROPAGATE_FREQUENCY for AHRS_MLKF propagation.")
134 uint32_t stamp __attribute__((unused)),
146 uint32_t stamp __attribute__((unused)),
158 uint32_t stamp __attribute__((unused)),
210 #if PERIODIC_TELEMETRY
static void h(const real32_T x[7], const real32_T q[4], real32_T y[6])
Main include for ABI (AirBorneInterface).
#define ABI_BROADCAST
Broadcast address.
Event structure to store callbacks in a linked list.
#define AHRS_COMP_ID_MLKF
void ahrs_mlkf_update_mag(struct FloatVect3 *mag)
void ahrs_mlkf_update_accel(struct FloatVect3 *accel)
void ahrs_mlkf_init(void)
bool ahrs_mlkf_align(struct FloatRates *lp_gyro, struct FloatVect3 *lp_accel, struct FloatVect3 *lp_mag)
struct AhrsMlkf ahrs_mlkf
void ahrs_mlkf_propagate(struct FloatRates *gyro, float dt)
enum AhrsMlkfStatus status
struct FloatRates gyro_bias
struct FloatQuat ltp_to_body_quat
Rotation from LocalTangentPlane to body frame as unit quaternion.
struct FloatRates body_rate
Rotational velocity in body frame.
static uint8_t ahrs_mlkf_id
static abi_event accel_ev
static void gyro_cb(uint8_t sender_id, uint32_t stamp, struct Int32Rates *gyro)
static void mag_cb(uint8_t sender_id, uint32_t stamp, struct Int32Vect3 *mag)
void ahrs_mlkf_wrapper_init(void)
static void send_geo_mag(struct transport_tx *trans, struct link_device *dev)
static abi_event aligner_ev
static abi_event geo_mag_ev
static void send_filter_status(struct transport_tx *trans, struct link_device *dev)
static void accel_cb(uint8_t sender_id, uint32_t stamp, struct Int32Vect3 *accel)
void ahrs_float_mlkf_wrapper_enable(uint8_t enable)
static void geo_mag_cb(uint8_t sender_id, struct FloatVect3 *h)
static void aligner_cb(uint8_t sender_id, uint32_t stamp, struct Int32Rates *lp_gyro, struct Int32Vect3 *lp_accel, struct Int32Vect3 *lp_mag)
static void send_euler(struct transport_tx *trans, struct link_device *dev)
static void set_body_state_from_quat(void)
Compute body orientation and rates from imu orientation and rates.
static void send_bias(struct transport_tx *trans, struct link_device *dev)
static uint32_t ahrs_mlkf_last_stamp
#define AHRS_MLKF_MAG_ID
ABI binding for magnetometer data.
#define AHRS_MLKF_IMU_ID
ABI binding for IMU data.
Paparazzi specific wrapper to run MLKF filter.
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
void float_eulers_of_quat(struct FloatEulers *e, struct FloatQuat *q)
euler rotation 'ZYX'
#define MAGS_FLOAT_OF_BFP(_ef, _ei)
#define RATES_BFP_OF_REAL(_ri, _rf)
#define RATES_FLOAT_OF_BFP(_rf, _ri)
#define ACCELS_FLOAT_OF_BFP(_ef, _ei)
int32_t p
in rad/s with INT32_RATE_FRAC
int32_t r
in rad/s with INT32_RATE_FRAC
int32_t q
in rad/s with INT32_RATE_FRAC
static void stateSetNedToBodyQuat_f(uint16_t id, struct FloatQuat *ned_to_body_quat)
Set vehicle body attitude from quaternion (float).
void stateSetInputFilter(uint8_t type, uint16_t flag)
set the input filter for a specified type of data.
static void stateSetBodyRates_f(uint16_t id, struct FloatRates *body_rate)
Set vehicle body angular rate (float).
#define AHRS_PROPAGATE_FREQUENCY
PRINT_CONFIG_MSG("USE_INS_NAV_INIT defaulting to TRUE")
PRINT_CONFIG_VAR(ONELOOP_ANDI_FILT_CUTOFF)
API to get/set the generic vehicle states.
static const struct usb_device_descriptor dev
Architecture independent timing functions.
int8_t register_periodic_telemetry(struct periodic_telemetry *_pt, uint8_t _id, telemetry_cb _cb)
Register a telemetry callback function.
Periodic telemetry system header (includes downlink utility and generated code).
#define DefaultPeriodic
Set default periodic telemetry.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.