From f02973b454e0c4cb8757c03d2c3ce70f5813b948 Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Thu, 21 Dec 2023 15:17:59 -0600 Subject: [PATCH] AC_Fence:expand FENCE_AUTOENABLE description --- libraries/AC_Fence/AC_Fence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AC_Fence/AC_Fence.cpp b/libraries/AC_Fence/AC_Fence.cpp index aaec44932b..b537085e42 100644 --- a/libraries/AC_Fence/AC_Fence.cpp +++ b/libraries/AC_Fence/AC_Fence.cpp @@ -128,7 +128,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = { // @Param{Plane}: AUTOENABLE // @DisplayName: Fence Auto-Enable - // @Description: Auto-enable of fence + // @Description: Auto-enable of fences. AutoEnableOnTakeoff enables all configured fences after autotakeoffs reach altitude. During autolandings the fences will be disabled. AutoEnableDisableFloorOnLanding enables all configured fences after autotakeoffs reach altitude. During autolandings only the Minimum Altitude fence will be disabled. AutoEnableOnlyWhenArmed enables all configured fences, but no fences are disabled during autolandings. However, fence breaches are ignored while executing prior breach recovery actions which may include autolandings. // @Values: 0:AutoEnableOff,1:AutoEnableOnTakeoff,2:AutoEnableDisableFloorOnLanding,3:AutoEnableOnlyWhenArmed // @Range: 0 3 // @Increment: 1