mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +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
|
* @max 1.0
|
||||||
* @group Position Estimator
|
* @group Position Estimator
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(PE_ACC_PNOISE, 0.25f);
|
PARAM_DEFINE_FLOAT(PE_ACC_PNOISE, 0.125f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gyro bias estimate process noise
|
* Gyro bias estimate process noise
|
||||||
|
|||||||
Reference in New Issue
Block a user