mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Rover: fix LOIT_TYPE param description
This commit is contained in:
parent
40fd6cfb7b
commit
fd7b771003
@ -588,8 +588,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
Block a user