mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Copter: added LOITER option in THROW_NEXTMODE
This commit is contained in:
parent
020e0bfd40
commit
311d7c11e4
@ -908,7 +908,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||||||
// @Param: THROW_NEXTMODE
|
// @Param: THROW_NEXTMODE
|
||||||
// @DisplayName: Throw mode's follow up mode
|
// @DisplayName: Throw mode's follow up mode
|
||||||
// @Description: Vehicle will switch to this mode after the throw is successfully completed. Default is to stay in throw mode (18)
|
// @Description: Vehicle will switch to this mode after the throw is successfully completed. Default is to stay in throw mode (18)
|
||||||
// @Values: 3:Auto,4:Guided,6:RTL,9:Land,17:Brake,18:Throw
|
// @Values: 3:Auto,4:Guided,5:LOITER,6:RTL,9:Land,17:Brake,18:Throw
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("THROW_NEXTMODE", 3, ParametersG2, throw_nextmode, 18),
|
AP_GROUPINFO("THROW_NEXTMODE", 3, ParametersG2, throw_nextmode, 18),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user