mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ekf2: Update parameter descriptions for air data fusion
This commit is contained in:
parent
f866698fb2
commit
fc78de4c26
@ -895,7 +895,9 @@ PARAM_DEFINE_FLOAT(EKF2_EV_POS_Z, 0.0f);
|
||||
|
||||
/**
|
||||
* Airspeed fusion threshold. A value of zero will deactivate airspeed fusion. Any other positive
|
||||
* value will determine the minimum airspeed which will still be fused.
|
||||
* value will determine the minimum airspeed which will still be fused. Set to about 90% of the vehicles stall speed.
|
||||
* Both airspeed fusion and sideslip fusion must be active for the EKF to continue navigating after loss of GPS.
|
||||
* Use EKF2_FUSE_BETA to activate sideslip fusion.
|
||||
*
|
||||
* @group EKF2
|
||||
* @min 0.0
|
||||
@ -908,6 +910,8 @@ PARAM_DEFINE_FLOAT(EKF2_ARSP_THR, 0.0f);
|
||||
* Boolean determining if synthetic sideslip measurements should fused.
|
||||
*
|
||||
* A value of 1 indicates that fusion is active
|
||||
* Both sideslip fusion and airspeed fusion must be active for the EKF to continue navigating after loss of GPS.
|
||||
* Use EKF2_ARSP_THR to activate airspeed fusion.
|
||||
*
|
||||
* @group EKF2
|
||||
* @boolean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user