Skip to content

Commit 7b939b6

Browse files
Williangalvanipeterbarker
authored andcommitted
AC_Fence: add metadata options for terminate and "loiter or hold" failsafe actions
1 parent 3b3b74a commit 7b939b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AC_Fence/AC_Fence.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
6767
// @DisplayName: Fence Action
6868
// @Description: What action should be taken when fence is breached
6969
// @Values{Copter}: 0:Report Only,1:RTL or Land,2:Always Land,3:SmartRTL or RTL or Land,4:Brake or Land,5:SmartRTL or Land
70-
// @Values{Rover}: 0:Report Only,1:RTL or Hold,2:Hold,3:SmartRTL or RTL or Hold,4:SmartRTL or Hold
70+
// @Values{Rover}: 0:Report Only,1:RTL or Hold,2:Hold,3:SmartRTL or RTL or Hold,4:SmartRTL or Hold,5:Terminate,6:Loiter or Hold
7171
// @Values{Plane}: 0:Report Only,1:RTL,6:Guided,7:GuidedThrottlePass,8:AUTOLAND if possible else RTL
7272
// @Values: 0:Report Only,1:RTL or Land
7373
// @User: Standard

0 commit comments

Comments
 (0)