mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix(attitude_estimator_q): fix typos in parameter descriptions
Complimentary → Complementary (the correct signal processing term).
This commit is contained in:
parent
a26eb9b7be
commit
f628db0eb6
@ -10,7 +10,7 @@ parameters:
|
|||||||
default: 0
|
default: 0
|
||||||
ATT_W_ACC:
|
ATT_W_ACC:
|
||||||
description:
|
description:
|
||||||
short: Complimentary filter accelerometer weight
|
short: Complementary filter accelerometer weight
|
||||||
type: float
|
type: float
|
||||||
default: 0.2
|
default: 0.2
|
||||||
min: 0
|
min: 0
|
||||||
@ -18,7 +18,7 @@ parameters:
|
|||||||
decimal: 2
|
decimal: 2
|
||||||
ATT_W_MAG:
|
ATT_W_MAG:
|
||||||
description:
|
description:
|
||||||
short: Complimentary filter magnetometer weight
|
short: Complementary filter magnetometer weight
|
||||||
long: Set to 0 to avoid using the magnetometer.
|
long: Set to 0 to avoid using the magnetometer.
|
||||||
type: float
|
type: float
|
||||||
default: 0.1
|
default: 0.1
|
||||||
@ -27,14 +27,14 @@ parameters:
|
|||||||
decimal: 2
|
decimal: 2
|
||||||
ATT_W_EXT_HDG:
|
ATT_W_EXT_HDG:
|
||||||
description:
|
description:
|
||||||
short: Complimentary filter external heading weight
|
short: Complementary filter external heading weight
|
||||||
type: float
|
type: float
|
||||||
default: 0.1
|
default: 0.1
|
||||||
min: 0
|
min: 0
|
||||||
max: 1
|
max: 1
|
||||||
ATT_W_GYRO_BIAS:
|
ATT_W_GYRO_BIAS:
|
||||||
description:
|
description:
|
||||||
short: Complimentary filter gyroscope bias weight
|
short: Complementary filter gyroscope bias weight
|
||||||
type: float
|
type: float
|
||||||
default: 0.1
|
default: 0.1
|
||||||
min: 0
|
min: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user