mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_WPNav: add roi circle_option metadata
This commit is contained in:
parent
3388e6f25d
commit
670873da75
@ -29,7 +29,7 @@ const AP_Param::GroupInfo AC_Circle::var_info[] = {
|
|||||||
// @Param: OPTIONS
|
// @Param: OPTIONS
|
||||||
// @DisplayName: Circle options
|
// @DisplayName: Circle options
|
||||||
// @Description: 0:Enable or disable using the pitch/roll stick control circle mode's radius and rate
|
// @Description: 0:Enable or disable using the pitch/roll stick control circle mode's radius and rate
|
||||||
// @Bitmask: 0:manual control, 1:face direction of travel, 2:Start at center rather than on perimeter
|
// @Bitmask: 0:manual control, 1:face direction of travel, 2:Start at center rather than on perimeter, 3:Make Mount ROI the center of the circle
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("OPTIONS", 2, AC_Circle, _options, 1),
|
AP_GROUPINFO("OPTIONS", 2, AC_Circle, _options, 1),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user