mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
fix(local_position_estimator): fix typos in parameter descriptions
presssure→pressure, compensaton→compensation, nosie→noise
This commit is contained in:
@@ -111,7 +111,7 @@ parameters:
|
|||||||
decimal: 4
|
decimal: 4
|
||||||
LPE_BAR_Z:
|
LPE_BAR_Z:
|
||||||
description:
|
description:
|
||||||
short: Barometric presssure altitude z standard deviation
|
short: Barometric pressure altitude z standard deviation
|
||||||
type: float
|
type: float
|
||||||
default: 3.0
|
default: 3.0
|
||||||
unit: m
|
unit: m
|
||||||
@@ -120,7 +120,7 @@ parameters:
|
|||||||
decimal: 2
|
decimal: 2
|
||||||
LPE_GPS_DELAY:
|
LPE_GPS_DELAY:
|
||||||
description:
|
description:
|
||||||
short: GPS delay compensaton
|
short: GPS delay compensation
|
||||||
type: float
|
type: float
|
||||||
default: 0.29
|
default: 0.29
|
||||||
unit: s
|
unit: s
|
||||||
@@ -269,7 +269,7 @@ parameters:
|
|||||||
long: |-
|
long: |-
|
||||||
Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 deg)
|
Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 deg)
|
||||||
|
|
||||||
Used to calculate increased terrain random walk nosie due to movement.
|
Used to calculate increased terrain random walk noise due to movement.
|
||||||
type: float
|
type: float
|
||||||
default: 1.0
|
default: 1.0
|
||||||
unit: '%'
|
unit: '%'
|
||||||
|
|||||||
Reference in New Issue
Block a user