mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 02:34:07 +08:00
EKF: Set better value for accel process noise
This commit is contained in:
parent
a3b1605782
commit
c658463567
@ -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…
x
Reference in New Issue
Block a user