31 #include "message_pragmas.h"
33 #ifndef INS_FINV_FILTER_ID
34 #define INS_FINV_FILTER_ID 2
43 #if PERIODIC_TELEMETRY && !INS_FINV_USE_UTM
50 pprz_msg_send_INS_REF(trans, dev, AC_ID,
66 if (t_diff > 50000) { mde = 5; }
67 pprz_msg_send_STATE_FILTER_STATUS(trans, dev, AC_ID, &
id, &mde, &val);
76 #ifndef INS_FINV_BARO_ID
78 #define INS_FINV_BARO_ID BARO_BOARD_SENDER_ID
80 #define INS_FINV_BARO_ID ABI_BROADCAST
86 #ifndef INS_FINV_IMU_ID
87 #define INS_FINV_IMU_ID ABI_BROADCAST
92 #ifndef INS_FINV_MAG_ID
93 #define INS_FINV_MAG_ID ABI_BROADCAST
100 #ifndef INS_FINV_GPS_ID
101 #define INS_FINV_GPS_ID GPS_MULTI_ID
130 #if USE_AUTO_INS_FREQ || !defined(INS_PROPAGATE_FREQUENCY)
135 if (last_stamp > 0) {
136 float dt = (float)(stamp - last_stamp) * 1e-6;
141 PRINT_CONFIG_MSG(
"Using fixed INS_PROPAGATE_FREQUENCY for INS float_invariant propagation.")
142 PRINT_CONFIG_VAR(INS_PROPAGATE_FREQUENCY)
143 const float dt = 1. / (INS_PROPAGATE_FREQUENCY);
151 uint32_t stamp __attribute__((unused)),
158 uint32_t stamp __attribute__((unused)),
169 uint32_t stamp __attribute__((unused)),
197 uint32_t stamp __attribute__((unused)),
218 #if PERIODIC_TELEMETRY && !INS_FINV_USE_UTM
static void accel_cb(uint8_t sender_id, uint32_t stamp, struct Int32Vect3 *accel)
Event structure to store callbacks in a linked list.
static abi_event aligner_ev
#define INS_FINV_IMU_ID
IMU (gyro, accel)
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 body_to_imu_cb(uint8_t sender_id, struct FloatQuat *q_b2i_f)
static void gyro_cb(uint8_t sender_id, uint32_t stamp, struct Int32Rates *gyro)
Call ins_float_invariant_propagate on new gyro measurements.
static abi_event geo_mag_ev
Periodic telemetry system header (includes downlink utility and generated code).
void ins_float_invariant_update_mag(struct FloatVect3 *mag)
Main include for ABI (AirBorneInterface).
void ins_float_invariant_update_gps(struct GpsState *gps_s)
struct EcefCoor_i ecef
Reference point in ecef.
int32_t hmsl
Height above mean sea level in mm.
static void send_filter_status(struct transport_tx *trans, struct link_device *dev)
int32_t alt
in millimeters above WGS84 reference ellipsoid
Paparazzi specific wrapper to run INVARIANT filter.
#define RATES_FLOAT_OF_BFP(_rf, _ri)
#define INS_FINV_MAG_ID
magnetometer
Architecture independent timing functions.
data structure for GPS information
static struct FloatVect3 ins_finv_accel
last accel measurement
static abi_event accel_ev
PRINT_CONFIG_MSG("USE_INS_NAV_INIT defaulting to TRUE")
static void geo_mag_cb(uint8_t sender_id, struct FloatVect3 *h)
struct LlaCoor_i lla
Reference point in lla.
#define DefaultPeriodic
Set default periodic telemetry.
int32_t lon
in degrees*1e7
#define ACCELS_FLOAT_OF_BFP(_ef, _ei)
bool ned_initialized_i
true if local int coordinate frame is initialsed
static const struct usb_device_descriptor dev
struct LtpDef_i ned_origin_i
Definition of the local (flat earth) coordinate system.
void ins_float_invariant_update_baro(float pressure)
static abi_event body_to_imu_ev
static void mag_cb(uint8_t sender_id, uint32_t stamp, struct Int32Vect3 *mag)
void ins_float_invariant_wrapper_init(void)
void ins_float_inv_set_body_to_imu_quat(struct FloatQuat *q_b2i)
API to get/set the generic vehicle states.
static void gps_cb(uint8_t sender_id, uint32_t stamp, struct GpsState *gps_s)
#define ABI_BROADCAST
Broadcast address.
#define MAGS_FLOAT_OF_BFP(_ef, _ei)
void ins_float_invariant_align(struct FloatRates *lp_gyro, struct FloatVect3 *lp_accel, struct FloatVect3 *lp_mag)
static uint32_t ins_finv_last_stamp
last gyro msg timestamp
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
int32_t lat
in degrees*1e7
struct InsFloatInv ins_float_inv
#define INS_FINV_FILTER_ID
void ins_float_invariant_propagate(struct FloatRates *gyro, struct FloatVect3 *accel, float dt)
void ins_float_invariant_init(void)
#define INS_FINV_GPS_ID
ABI binding for gps data.
int8_t register_periodic_telemetry(struct periodic_telemetry *_pt, uint8_t _id, telemetry_cb _cb)
Register a telemetry callback function.
static void baro_cb(uint8_t sender_id, float pressure)
static void send_ins_ref(struct transport_tx *trans, struct link_device *dev)
#define INS_FINV_BARO_ID
baro