mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
docs(mc_hover_thrust_estimator): fix HTE_HT_ERR_INIT description (#27881)
The long description was a copy of HTE_ACC_GATE innovation-gate text. Describe the actual initial 1-sigma hover thrust uncertainty instead.
This commit is contained in:
@@ -31,8 +31,9 @@ parameters:
|
||||
description:
|
||||
short: 1-sigma initial hover thrust uncertainty
|
||||
long: |-
|
||||
Sets the number of standard deviations used
|
||||
by the innovation consistency test.
|
||||
Initial standard deviation of the hover thrust state estimate.
|
||||
Larger values allow the estimate to move farther from the initial
|
||||
hover thrust before process noise takes over.
|
||||
type: float
|
||||
default: 0.1
|
||||
decimal: 3
|
||||
|
||||
Reference in New Issue
Block a user