mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Compass: add CAL_FIT parameter description values
No functional change
This commit is contained in:
parent
cb1d3c7ed2
commit
ba5db0c5d8
@ -356,7 +356,8 @@ const AP_Param::GroupInfo Compass::var_info[] = {
|
||||
// @Param: CAL_FIT
|
||||
// @DisplayName: Compass calibration fitness
|
||||
// @Description: This controls the fitness level required for a successful compass calibration. A lower value makes for a stricter fit (less likely to pass). This is the value used for the primary magnetometer. Other magnetometers get double the value.
|
||||
// @Range: 4 20
|
||||
// @Range: 4 32
|
||||
// @Values: 4:Very Strict,8:Default,16:Relaxed,32:Very Relaxed
|
||||
// @Increment: 0.1
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("CAL_FIT", 30, Compass, _calibration_threshold, 8.0f),
|
||||
|
Loading…
Reference in New Issue
Block a user