Browse Source

EKF: Set better value for accel process noise

sbg
Lorenz Meier 9 years ago
parent
commit
c658463567
  1. 2
      src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_params.c

2
src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_params.c

@ -202,7 +202,7 @@ PARAM_DEFINE_FLOAT(PE_GYRO_PNOISE, 0.015f); @@ -202,7 +202,7 @@ PARAM_DEFINE_FLOAT(PE_GYRO_PNOISE, 0.015f);
* @max 1.0
* @group Position Estimator
*/
PARAM_DEFINE_FLOAT(PE_ACC_PNOISE, 0.25f);
PARAM_DEFINE_FLOAT(PE_ACC_PNOISE, 0.125f);
/**
* Gyro bias estimate process noise

Loading…
Cancel
Save