mirror of https://github.com/ArduPilot/ardupilot
AP_Avoidance: update the description of AVD_F_ALT_MIN to specify MSL
This commit is contained in:
parent
e73d28fe19
commit
985642af32
|
@ -118,7 +118,7 @@ const AP_Param::GroupInfo AP_Avoidance::var_info[] = {
|
|||
|
||||
// @Param: F_ALT_MIN
|
||||
// @DisplayName: ADS-B avoidance minimum altitude
|
||||
// @Description: Minimum altitude for ADS-B avoidance. If the vehicle is below this altitude, no avoidance action will take place. Useful to prevent ADS-B avoidance from activating while below the tree line or around structures. Default of 0 is no minimum.
|
||||
// @Description: Minimum AMSL (above mean sea level) altitude for ADS-B avoidance. If the vehicle is below this altitude, no avoidance action will take place. Useful to prevent ADS-B avoidance from activating while below the tree line or around structures. Default of 0 is no minimum.
|
||||
// @Units: m
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("F_ALT_MIN", 12, AP_Avoidance, _fail_altitude_minimum, 0),
|
||||
|
|
Loading…
Reference in New Issue