Rover: fix LOIT_TYPE param description

This commit is contained in:
Randy Mackay 2019-02-06 09:03:35 +09:00
parent c92795237e
commit 9067e1099f
1 changed files with 2 additions and 2 deletions

View File

@ -592,8 +592,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
// @Param: LOIT_TYPE
// @DisplayName: Loiter type
// @Description: Loiter behaviour when around next to a taget point
// @Values: 0:Reverse to target point,1:Always face bow to target point
// @Description: Loiter behaviour when moving to the target point
// @Values: 0:Forward or reverse to target point,1:Always face bow towards target point
// @User: Standard
AP_GROUPINFO("LOIT_TYPE", 25, ParametersG2, loit_type, 0),