mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 07:30:34 +08:00
FieldSensorBiasEst: fix bias learning equation
Also compensate the tuned learning gains for the new equation to keep the same tuning
This commit is contained in:
@@ -55,4 +55,4 @@ PARAM_DEFINE_INT32(MBE_ENABLE, 1);
|
||||
* @decimal 1
|
||||
* @group Magnetometer Bias Estimator
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(MBE_LEARN_GAIN, 0.4f);
|
||||
PARAM_DEFINE_FLOAT(MBE_LEARN_GAIN, 18.f);
|
||||
|
||||
Reference in New Issue
Block a user