Browse Source

Copter: add 0.6 to EKF and DCM CHECK_THRESH param description

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
033bcd849b
  1. 4
      ArduCopter/Parameters.pde

4
ArduCopter/Parameters.pde

@ -416,14 +416,14 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -416,14 +416,14 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: EKF_CHECK_THRESH
// @DisplayName: EKF check compass and velocity variance threshold
// @Description: Allows setting the maximum acceptable compass and velocity variance (0 to disable check)
// @Values: 0:Disabled, 0.8:Default, 1.0:Relaxed
// @Values: 0:Disabled, 0.6:Strict, 0.8:Default, 1.0:Relaxed
// @User: Advanced
GSCALAR(ekfcheck_thresh, "EKF_CHECK_THRESH", EKFCHECK_THRESHOLD_DEFAULT),
// @Param: DCM_CHECK_THRESH
// @DisplayName: DCM yaw error threshold
// @Description: Allows setting the maximum acceptable yaw error as a sin of the yaw error (0 to disable check)
// @Values: 0:Disabled, 0.8:Default, 0.98:Relaxed
// @Values: 0:Disabled, 0.6:Strict, 0.8:Default, 0.98:Relaxed
// @User: Advanced
GSCALAR(dcmcheck_thresh, "DCM_CHECK_THRESH", DCMCHECK_THRESHOLD_DEFAULT),

Loading…
Cancel
Save