Skip to content

Commit

Permalink
Change GPS_Q_SCALE default value to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JcZou committed Nov 18, 2023
1 parent 3ab40d7 commit c0cafe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/ins/base_ins/ins_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MCN_DEFINE(ins_output, sizeof(INS_Out_Bus));
/* define parameters */
static param_t __param_list[] = {
PARAM_FLOAT(GPS_HOR_Q_BIAS, 2.5, false),
PARAM_FLOAT(GPS_HOR_Q_SCALE, 0.4, false),
PARAM_FLOAT(GPS_HOR_Q_SCALE, 0.5, false),
PARAM_FLOAT(GPS_VER_Q_BIAS, 4.5, false),
PARAM_FLOAT(GPS_VER_Q_SCALE, 0.25, false),
PARAM_FLOAT(GPS_VEL_Q_BIAS, 1, false),
Expand Down

0 comments on commit c0cafe6

Please sign in to comment.