mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
docs(ekf2): clarify EKF2_HGT_REF param description (#26725)
* docs(ekf2): clarify EKF2_HGT_REF param description To me it was not obvious that with EKF2_GPS_CTRL=0 this altitude initialisation based on GPS again does not apply. * docs(ekf2): separate paragraph
This commit is contained in:
parent
eeb251aa52
commit
ab6c9b7909
@ -92,8 +92,10 @@ parameters:
|
||||
by this parameter. The range sensor and vision options should only be used
|
||||
when for operation over a flat surface as the local NED origin will move
|
||||
up and down with ground level.
|
||||
If GPS is set as reference but altitude fusion is disabled in EKF2_GPS_CTRL,
|
||||
the GPS altitude is still used to initiaize the bias of the other height sensors.
|
||||
|
||||
If GPS is set as reference and EKF2_GPS_CTRL is not 0, the GPS altitude is
|
||||
still used to initiaize the bias of the other height sensors, regardless of
|
||||
the altitude fusion bit in EKF2_GPS_CTRL.
|
||||
type: enum
|
||||
values:
|
||||
0: Barometric pressure
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user