mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 02:44:07 +08:00
adopted ekf2_params.c
This commit is contained in:
parent
3af01a8c5e
commit
1bb07ff50c
@ -298,6 +298,16 @@ PARAM_DEFINE_FLOAT(EKF2_HEAD_NOISE, 0.17f);
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(EKF2_MAG_NOISE, 5.0e-2f);
|
||||
|
||||
/**
|
||||
* Measurement noise for airspeed fusion.
|
||||
*
|
||||
* @group EKF2
|
||||
* @min 0.5
|
||||
* @max 5.0
|
||||
* @unit m/s
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(EKF2_EAS_NOISE, 1.4f);
|
||||
|
||||
/**
|
||||
* Magnetic declination
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user