mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_NavEKF3: fix docs on ABIAS_P_NSE_DEFAULT
This commit is contained in:
parent
7ebe3c4bf1
commit
2f97a9855a
@ -368,7 +368,7 @@ const AP_Param::GroupInfo NavEKF3::var_info[] = {
|
|||||||
// @Param: ABIAS_P_NSE
|
// @Param: ABIAS_P_NSE
|
||||||
// @DisplayName: Accelerometer bias stability (m/s^3)
|
// @DisplayName: Accelerometer bias stability (m/s^3)
|
||||||
// @Description: This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.
|
// @Description: This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.
|
||||||
// @Range: 0.00001 0.005
|
// @Range: 0.00001 0.02
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
// @Units: m/s/s/s
|
// @Units: m/s/s/s
|
||||||
AP_GROUPINFO("ABIAS_P_NSE", 28, NavEKF3, _accelBiasProcessNoise, ABIAS_P_NSE_DEFAULT),
|
AP_GROUPINFO("ABIAS_P_NSE", 28, NavEKF3, _accelBiasProcessNoise, ABIAS_P_NSE_DEFAULT),
|
||||||
|
Loading…
Reference in New Issue
Block a user