mirror of https://github.com/ArduPilot/ardupilot
Rover: fix LOIT_TYPE param description
This commit is contained in:
parent
c92795237e
commit
9067e1099f
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue