mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Copter: correct EKF_CHECK parameter description
This commit is contained in:
parent
0518439841
commit
af7e5a75e9
@ -446,8 +446,8 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @User: Advanced
|
||||
GSCALAR(land_repositioning, "LAND_REPOSITION", LAND_REPOSITION_DEFAULT),
|
||||
|
||||
// @Param: EKFCHECK_THRESH
|
||||
// @DisplayName: EKF checker compass and velocity variance threshold
|
||||
// @Param: EKF_CHECK_THRESH
|
||||
// @DisplayName: EKF and InertialNav check compass and velocity variance threshold
|
||||
// @Description: Allows setting the maximum acceptable compass and velocity variance (0 to disable check)
|
||||
// @Values: 0:Disabled, 0.6:Default, 1.0:Relaxed
|
||||
// @User: Advanced
|
||||
|
Loading…
Reference in New Issue
Block a user