Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ins_float_invariant.c File Reference
#include "subsystems/ins/ins_float_invariant.h"
#include "subsystems/ahrs/ahrs_int_utils.h"
#include "subsystems/ahrs/ahrs_aligner.h"
#include "subsystems/ins.h"
#include "subsystems/gps.h"
#include "generated/airframe.h"
#include "generated/flight_plan.h"
#include "math/pprz_algebra_float.h"
#include "math/pprz_algebra_int.h"
#include "math/pprz_rk_float.h"
#include "math/pprz_isa.h"
#include "state.h"
+ Include dependency graph for ins_float_invariant.c:

Go to the source code of this file.

Macros

#define INS_INV_LV   2.
 
#define INS_INV_LB   6.
 
#define INS_INV_MV   8.
 
#define INS_INV_MVZ   15.
 
#define INS_INV_MH   0.2
 
#define INS_INV_NX   0.8
 
#define INS_INV_NXZ   0.5
 
#define INS_INV_NH   1.2
 
#define INS_INV_OV   1.2
 
#define INS_INV_OB   1.
 
#define INS_INV_RV   4.
 
#define INS_INV_RH   8.
 
#define INS_INV_SH   0.01
 
#define B   ins_float_inv.mag_h
 
#define MAG_FROZEN_COUNT   30
 

Functions

static void error_output (struct InsFloatInv *_ins)
 Compute correction vectors E = ( ŷ - y ) LE, ME, NE, OE : ( gain matrix * error ) More...
 
static void invariant_model (float *o, const float *x, const int n, const float *u, const int m)
 Compute dynamic mode. More...
 
void float_quat_vmul_right (struct FloatQuat *mright, const struct FloatQuat *q, struct FloatVect3 *vi)
 Right multiplication by a quaternion. More...
 
static void init_invariant_state (void)
 
void ins_float_invariant_init (void)
 
void ins_reset_local_origin (void)
 INS local origin reset. More...
 
void ins_reset_altitude_ref (void)
 INS altitude reference reset. More...
 
void ins_float_invariant_align (struct Int32Rates *lp_gyro, struct Int32Vect3 *lp_accel, struct Int32Vect3 *lp_mag)
 
void ins_float_invariant_propagate (struct Int32Rates *gyro, struct Int32Vect3 *accel, float dt)
 
void ins_float_invariant_update_gps (struct GpsState *gps_s)
 
void ins_float_invariant_update_baro (float pressure)
 
void ins_float_invariant_update_mag (struct Int32Vect3 *mag)
 
void ins_float_inv_set_body_to_imu_quat (struct FloatQuat *q_b2i)
 

Variables

struct InsFloatInv ins_float_inv
 
static const struct FloatVect3 A = { 0.f, 0.f, 9.81f }
 
bool_t ins_baro_initialized
 
bool_t ins_gps_fix_once
 

Detailed Description

Author
Jean-Philippe Condomines jp.co.nosp@m.ndom.nosp@m.ines@.nosp@m.gmai.nosp@m.l.com

INS using invariant filter.

Definition in file ins_float_invariant.c.

Macro Definition Documentation

#define B   ins_float_inv.mag_h

Definition at line 146 of file ins_float_invariant.c.

Referenced by error_output(), and ins_float_invariant_init().

#define INS_INV_LB   6.

Definition at line 91 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_LV   2.

Definition at line 87 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_MH   0.2

Definition at line 103 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_MV   8.

Definition at line 95 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_MVZ   15.

Definition at line 99 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_NH   1.2

Definition at line 115 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_NX   0.8

Definition at line 107 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_NXZ   0.5

Definition at line 111 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_OB   1.

Definition at line 123 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_OV   1.2

Definition at line 119 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_RH   8.

Definition at line 131 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_RV   4.

Definition at line 127 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define INS_INV_SH   0.01

Definition at line 135 of file ins_float_invariant.c.

Referenced by ins_float_invariant_init().

#define MAG_FROZEN_COUNT   30

Definition at line 505 of file ins_float_invariant.c.

Referenced by ins_float_invariant_update_mag().

Function Documentation

void float_quat_vmul_right ( struct FloatQuat mright,
const struct FloatQuat q,
struct FloatVect3 vi 
)

Right multiplication by a quaternion.

vi * q

Definition at line 691 of file ins_float_invariant.c.

References FLOAT_QUAT_EXTRACT, FloatQuat::qi, QUAT_ASSIGN, VECT3_ADD, VECT3_CROSS_PRODUCT, VECT3_DOT_PRODUCT, VECT3_SMUL, FloatVect3::x, FloatVect3::y, and FloatVect3::z.

Referenced by invariant_model().

+ Here is the caller graph for this function:

void ins_float_inv_set_body_to_imu_quat ( struct FloatQuat q_b2i)

Definition at line 705 of file ins_float_invariant.c.

References InsFloatInv::body_to_imu, ins_float_inv, InsFloatInv::is_aligned, orientationSetQuat_f(), inv_state::quat, and InsFloatInv::state.

Referenced by body_to_imu_cb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ins_float_invariant_align ( struct Int32Rates lp_gyro,
struct Int32Vect3 lp_accel,
struct Int32Vect3 lp_mag 
)

Definition at line 319 of file ins_float_invariant.c.

References ahrs_float_get_quat_from_accel_mag(), inv_state::bias, ins_float_inv, InsFloatInv::is_aligned, inv_state::quat, RATES_COPY, RATES_FLOAT_OF_BFP, InsFloatInv::state, stateSetNedToBodyQuat_f(), and TRUE.

Referenced by aligner_cb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ins_float_invariant_update_baro ( float  pressure)

Definition at line 471 of file ins_float_invariant.c.

References inv_measures::baro_alt, ins_baro_initialized, ins_float_inv, InsFloatInv::meas, pprz_isa_height_of_pressure(), and TRUE.

Referenced by baro_cb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ins_float_invariant_update_mag ( struct Int32Vect3 mag)

Definition at line 507 of file ins_float_invariant.c.

References InsFloatInv::body_to_imu, FLOAT_VECT3_ZERO, ins_float_inv, int32_rmat_transp_vmult(), inv_measures::mag, MAG_FROZEN_COUNT, MAGS_FLOAT_OF_BFP, InsFloatInv::meas, orientationGetRMat_i(), and Int32Vect3::x.

Referenced by mag_cb().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ins_reset_altitude_ref ( void  )

INS altitude reference reset.

Reset only vertical reference to the current altitude. Does nothing if not implemented by specific INS algorithm.

Definition at line 300 of file ins_float_invariant.c.

References LlaCoor_i::alt, UtmCoor_f::alt, gps, GpsState::hmsl, LtpDef_i::hmsl, LlaCoor_i::lat, LtpDef_i::lla, GpsState::lla_pos, LlaCoor_i::lon, ltp_def_from_lla_i(), State::ned_origin_i, state, stateSetLocalOrigin_i(), stateSetLocalUtmOrigin_f(), and State::utm_origin_f.

+ Here is the call graph for this function:

void ins_reset_local_origin ( void  )

INS local origin reset.

Reset horizontal and vertical reference to the current position. Does nothing if not implemented by specific INS algorithm.

INS local origin reset.

Definition at line 273 of file ins_float_invariant.c.

References UtmCoor_f::alt, UtmCoor_f::east, UtmCoor_i::east, GpsState::ecef_pos, gps, GpsState::hmsl, LtpDef_i::hmsl, LLA_FLOAT_OF_BFP, GpsState::lla_pos, LlaCoor_i::lon, ltp_def_from_ecef_i(), UtmCoor_f::north, UtmCoor_i::north, stateSetLocalOrigin_i(), stateSetLocalUtmOrigin_f(), utm_of_lla_f(), GpsState::utm_pos, UtmCoor_f::zone, and UtmCoor_i::zone.

+ Here is the call graph for this function:

static void invariant_model ( float *  o,
const float *  x,
const int  n,
const float *  u,
const int  m 
)
inlinestatic

Variable Documentation

const struct FloatVect3 A = { 0.f, 0.f, 9.81f }
static

Definition at line 142 of file ins_float_invariant.c.

bool_t ins_baro_initialized

Definition at line 149 of file ins_float_invariant.c.

Referenced by init_invariant_state(), and ins_float_invariant_update_baro().

bool_t ins_gps_fix_once