mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
// @Param: F_ALT_MIN
|
||||||
// @DisplayName: ADS-B avoidance minimum altitude
|
// @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
|
// @Units: m
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("F_ALT_MIN", 12, AP_Avoidance, _fail_altitude_minimum, 0),
|
AP_GROUPINFO("F_ALT_MIN", 12, AP_Avoidance, _fail_altitude_minimum, 0),
|
||||||
|
Loading…
Reference in New Issue
Block a user