mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
EKF: Set better value for accel process noise
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user