|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
31 #include "message_pragmas.h"
34 #ifndef AHRS_MADGWICK_OUTPUT_ENABLED
35 #define AHRS_MADGWICK_OUTPUT_ENABLED TRUE
47 #if PERIODIC_TELEMETRY
50 static void send_att(
struct transport_tx *trans,
struct link_device *
dev)
67 pprz_msg_send_AHRS_EULER_INT(trans,
dev, AC_ID,
84 if (t_diff > 50000) { mde = 5; }
94 #ifndef AHRS_MADGWICK_IMU_ID
95 #define AHRS_MADGWICK_IMU_ID ABI_BROADCAST
100 #ifndef AHRS_MADGWICK_MAG_ID
101 #define AHRS_MADGWICK_MAG_ID AHRS_MADGWICK_IMU_ID
121 #if USE_AUTO_AHRS_FREQ || !defined(AHRS_PROPAGATE_FREQUENCY)
127 float dt = (float)(stamp - last_stamp) * 1e-6;
133 PRINT_CONFIG_MSG(
"Using fixed AHRS_PROPAGATE_FREQUENCY for AHRS Madgwick propagation.")
146 uint32_t stamp __attribute__((unused)),
157 uint32_t stamp __attribute__((unused)),
159 struct Int32Vect3 *lp_mag __attribute__((unused)))
217 #if PERIODIC_TELEMETRY
static bool ahrs_madgwick_enable_output(bool enable)
int32_t theta
in rad with INT32_ANGLE_FRAC
void ahrs_madgwick_init(void)
void ahrs_madgwick_set_body_to_imu_quat(struct FloatQuat *q_b2i)
static uint32_t ahrs_madgwick_last_stamp
last gyro msg timestamp
static void gyro_cb(uint8_t sender_id, uint32_t stamp, struct Int32Rates *gyro)
Call ahrs_madgwick_propagate on new gyro measurements.
void ahrs_madgwick_update_accel(struct FloatVect3 *accel)
void ahrs_madgwick_register(void)
#define RATES_FLOAT_OF_BFP(_rf, _ri)
Event structure to store callbacks in a linked list.
struct AhrsMadgwick ahrs_madgwick
static void accel_cb(uint8_t sender_id, uint32_t stamp, struct Int32Vect3 *accel)
static void aligner_cb(uint8_t sender_id, uint32_t stamp, struct Int32Rates *lp_gyro, struct Int32Vect3 *lp_accel, struct Int32Vect3 *lp_mag)
#define AHRS_MADGWICK_IMU_ID
IMU (gyro, accel)
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
int32_t psi
in rad with INT32_ANGLE_FRAC
int32_t phi
in rad with INT32_ANGLE_FRAC
static abi_event body_to_imu_ev
struct FloatQuat quat
Estimated attitude (quaternion)
static bool ahrs_madgwick_output_enabled
if TRUE with push the estimation results to the state interface
static struct FloatQuat * orientationGetQuat_f(struct OrientationReps *orientation)
Get vehicle body attitude quaternion (float).
static const struct usb_device_descriptor dev
static void stateSetBodyRates_f(struct FloatRates *body_rate)
Set vehicle body angular rate (float).
bool is_aligned
aligned flag
Architecture independent timing functions.
static abi_event accel_ev
int8_t register_periodic_telemetry(struct periodic_telemetry *_pt, uint8_t _id, telemetry_cb _cb)
Register a telemetry callback function.
static uint8_t ahrs_madgwick_id
#define AHRS_MADGWICK_MAG_ID
magnetometer
static abi_event aligner_ev
#define AHRS_MADGWICK_OUTPUT_ENABLED
void ahrs_madgwick_align(struct FloatRates *lp_gyro, struct FloatVect3 *lp_accel)
PRINT_CONFIG_MSG("USE_INS_NAV_INIT defaulting to TRUE")
static void send_att(struct transport_tx *trans, struct link_device *dev)
struct OrientationReps body_to_imu
body_to_imu rotation
struct FloatRates rates
Measured gyro rates.
void ahrs_madgwick_propagate(struct FloatRates *gyro, float dt)
#define AHRS_PROPAGATE_FREQUENCY
#define ACCELS_FLOAT_OF_BFP(_ef, _ei)
void ahrs_register_impl(AhrsEnableOutput enable)
Register an AHRS implementation.
void float_eulers_of_quat(struct FloatEulers *e, struct FloatQuat *q)
euler rotation 'ZYX'
static void compute_body_orientation_and_rates(void)
Compute body orientation and rates from imu orientation and rates.
static void body_to_imu_cb(uint8_t sender_id, struct FloatQuat *q_b2i_f)
#define EULERS_BFP_OF_REAL(_ei, _ef)
static void send_filter_status(struct transport_tx *trans, struct link_device *dev)
#define DefaultPeriodic
Set default periodic telemetry.
static void stateSetNedToBodyQuat_f(struct FloatQuat *ned_to_body_quat)
Set vehicle body attitude from quaternion (float).
#define AHRS_COMP_ID_MADGWICK
void float_quat_comp_inv(struct FloatQuat *a2b, struct FloatQuat *a2c, struct FloatQuat *b2c)
Composition (multiplication) of two quaternions.