|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
32 #ifndef AHRS_FC_OUTPUT_ENABLED
33 #define AHRS_FC_OUTPUT_ENABLED TRUE
44 #if PERIODIC_TELEMETRY
49 static void send_euler(
struct transport_tx *trans,
struct link_device *
dev)
53 pprz_msg_send_AHRS_EULER(trans,
dev, AC_ID,
54 <p_to_imu_euler.
phi,
55 <p_to_imu_euler.
theta,
56 <p_to_imu_euler.
psi,
60 static void send_bias(
struct transport_tx *trans,
struct link_device *
dev)
64 pprz_msg_send_AHRS_GYRO_BIAS_INT(trans,
dev, AC_ID,
80 pprz_msg_send_AHRS_EULER_INT(trans,
dev, AC_ID,
92 pprz_msg_send_GEO_MAG(trans,
dev, AC_ID,
103 if (t_diff > 50000) { mde = 5; }
104 pprz_msg_send_STATE_FILTER_STATUS(trans,
dev, AC_ID, &
ahrs_fc_id, &mde, &
val);
112 #ifndef AHRS_FC_IMU_ID
113 #define AHRS_FC_IMU_ID ABI_BROADCAST
119 #ifndef AHRS_FC_MAG_ID
120 #define AHRS_FC_MAG_ID AHRS_FC_IMU_ID
126 #ifndef AHRS_FC_GPS_ID
127 #define AHRS_FC_GPS_ID GPS_MULTI_ID
146 #if USE_AUTO_AHRS_FREQ || !defined(AHRS_PROPAGATE_FREQUENCY)
152 float dt = (float)(stamp - last_stamp) * 1e-6;
158 PRINT_CONFIG_MSG(
"Using fixed AHRS_PROPAGATE_FREQUENCY for AHRS_FC propagation.")
169 uint32_t __attribute__((unused)) stamp,
175 #if USE_AUTO_AHRS_FREQ || !defined(AHRS_CORRECT_FREQUENCY)
179 float dt = (float)(stamp - last_stamp) * 1e-6;
184 PRINT_CONFIG_MSG(
"Using fixed AHRS_CORRECT_FREQUENCY for AHRS float_cmpl accel update.")
185 PRINT_CONFIG_VAR(AHRS_CORRECT_FREQUENCY)
187 const float dt = 1. / (AHRS_CORRECT_FREQUENCY);
194 uint32_t __attribute__((unused)) stamp,
200 #if USE_AUTO_AHRS_FREQ || !defined(AHRS_MAG_CORRECT_FREQUENCY)
204 float dt = (float)(stamp - last_stamp) * 1e-6;
209 PRINT_CONFIG_MSG(
"Using fixed AHRS_MAG_CORRECT_FREQUENCY for AHRS float_cmpl mag update.")
210 PRINT_CONFIG_VAR(AHRS_MAG_CORRECT_FREQUENCY)
212 const float dt = 1. / (AHRS_MAG_CORRECT_FREQUENCY);
219 uint32_t stamp __attribute__((unused)),
250 uint32_t stamp __attribute__((unused)),
300 #if PERIODIC_TELEMETRY
int32_t theta
in rad with INT32_ANGLE_FRAC
#define MAGS_FLOAT_OF_BFP(_ef, _ei)
void ahrs_fc_propagate(struct FloatRates *gyro, float dt)
void ahrs_fc_update_accel(struct FloatVect3 *accel, float dt)
static bool ahrs_fc_enable_output(bool enable)
static void send_euler(struct transport_tx *trans, struct link_device *dev)
static void body_to_imu_cb(uint8_t sender_id, struct FloatQuat *q_b2i_f)
static void geo_mag_cb(uint8_t sender_id, struct FloatVect3 *h)
static bool ahrs_fc_output_enabled
if TRUE with push the estimation results to the state interface
static void h(const real32_T x[7], const real32_T q[4], real32_T y[6])
void ahrs_fc_update_mag(struct FloatVect3 *mag, float dt)
int32_t q
in rad/s with INT32_RATE_FRAC
void ahrs_fc_update_gps(struct GpsState *gps_s)
data structure for GPS information
#define RATES_FLOAT_OF_BFP(_rf, _ri)
Event structure to store callbacks in a linked list.
struct FloatQuat ltp_to_imu_quat
static void compute_body_orientation_and_rates(void)
Compute body orientation and rates from imu orientation and rates.
#define AHRS_FC_OUTPUT_ENABLED
static uint32_t ahrs_fc_last_stamp
static void send_filter_status(struct transport_tx *trans, struct link_device *dev)
static void send_geo_mag(struct transport_tx *trans, struct link_device *dev)
void ahrs_fc_set_body_to_imu_quat(struct FloatQuat *q_b2i)
static struct FloatRMat * orientationGetRMat_f(struct OrientationReps *orientation)
Get vehicle body attitude rotation matrix (float).
static abi_event accel_ev
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
int32_t p
in rad/s with INT32_RATE_FRAC
int32_t psi
in rad with INT32_ANGLE_FRAC
int32_t phi
in rad with INT32_ANGLE_FRAC
static void send_euler_int(struct transport_tx *trans, struct link_device *dev)
#define RATES_BFP_OF_REAL(_ri, _rf)
static struct FloatQuat * orientationGetQuat_f(struct OrientationReps *orientation)
Get vehicle body attitude quaternion (float).
static uint8_t ahrs_fc_id
static const struct usb_device_descriptor dev
static void stateSetBodyRates_f(struct FloatRates *body_rate)
Set vehicle body angular rate (float).
struct AhrsFloatCmpl ahrs_fc
struct OrientationReps ltp_to_body
Architecture independent timing functions.
int8_t register_periodic_telemetry(struct periodic_telemetry *_pt, uint8_t _id, telemetry_cb _cb)
Register a telemetry callback function.
static void send_bias(struct transport_tx *trans, struct link_device *dev)
static void aligner_cb(uint8_t sender_id, uint32_t stamp, struct Int32Rates *lp_gyro, struct Int32Vect3 *lp_accel, struct Int32Vect3 *lp_mag)
void ahrs_fc_register(void)
static abi_event geo_mag_ev
struct FloatRates imu_rate
PRINT_CONFIG_MSG("USE_INS_NAV_INIT defaulting to TRUE")
bool ahrs_fc_align(struct FloatRates *lp_gyro, struct FloatVect3 *lp_accel, struct FloatVect3 *lp_mag)
#define AHRS_FC_GPS_ID
ABI binding for gps data.
static void mag_cb(uint8_t sender_id, uint32_t stamp, struct Int32Vect3 *mag)
static void accel_cb(uint8_t sender_id, uint32_t stamp, struct Int32Vect3 *accel)
static void gps_cb(uint8_t sender_id, uint32_t stamp, struct GpsState *gps_s)
void float_rmat_transp_ratemult(struct FloatRates *rb, struct FloatRMat *m_b2a, struct FloatRates *ra)
rotate anglular rates by transposed rotation matrix.
static struct Int32Eulers * orientationGetEulers_i(struct OrientationReps *orientation)
Get vehicle body attitude euler angles (int).
static void gyro_cb(uint8_t sender_id, uint32_t stamp, struct Int32Rates *gyro)
#define AHRS_PROPAGATE_FREQUENCY
#define ACCELS_FLOAT_OF_BFP(_ef, _ei)
static abi_event body_to_imu_ev
void ahrs_register_impl(AhrsEnableOutput enable)
Register an AHRS implementation.
void ahrs_fc_recompute_ltp_to_body(void)
void float_eulers_of_quat(struct FloatEulers *e, struct FloatQuat *q)
euler rotation 'ZYX'
#define EULERS_BFP_OF_REAL(_ei, _ef)
#define ABI_BROADCAST
Broadcast address.
struct OrientationReps body_to_imu
#define AHRS_FC_MAG_ID
ABI binding for magnetometer data.
int32_t r
in rad/s with INT32_RATE_FRAC
#define DefaultPeriodic
Set default periodic telemetry.
struct FloatRates gyro_bias
static void stateSetNedToBodyQuat_f(struct FloatQuat *ned_to_body_quat)
Set vehicle body attitude from quaternion (float).
static abi_event aligner_ev
#define AHRS_FC_IMU_ID
ABI binding for IMU data.