mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AC_Avoidance: remove @Values from param metadata where @Bitmask exists
This commit is contained in:
parent
0c271e8d06
commit
fbd93bd535
@ -36,7 +36,6 @@ const AP_Param::GroupInfo AC_Avoid::var_info[] = {
|
||||
// @Param: ENABLE
|
||||
// @DisplayName: Avoidance control enable/disable
|
||||
// @Description: Enabled/disable avoidance input sources
|
||||
// @Values: 0:None,1:UseFence,2:UseProximitySensor,3:UseFence and UseProximitySensor,4:UseBeaconFence,7:All
|
||||
// @Bitmask: 0:UseFence,1:UseProximitySensor,2:UseBeaconFence
|
||||
// @User: Standard
|
||||
AP_GROUPINFO_FLAGS("ENABLE", 1, AC_Avoid, _enabled, AC_AVOID_DEFAULT, AP_PARAM_FLAG_ENABLE),
|
||||
|
@ -58,7 +58,6 @@ const AP_Param::GroupInfo AP_OAPathPlanner::var_info[] = {
|
||||
// @Param{Rover}: OPTIONS
|
||||
// @DisplayName: Options while recovering from Object Avoidance
|
||||
// @Description: Bitmask which will govern vehicles behaviour while recovering from Obstacle Avoidance (i.e Avoidance is turned off after the path ahead is clear).
|
||||
// @Values: 0:Vehicle will return to its original waypoint trajectory, 1:Reset the origin of the waypoint to the present location
|
||||
// @Bitmask: 0: Reset the origin of the waypoint to the present location
|
||||
// @User: Standard
|
||||
AP_GROUPINFO_FRAME("OPTIONS", 5, AP_OAPathPlanner, _options, OA_OPTIONS_DEFAULT, AP_PARAM_FRAME_ROVER),
|
||||
|
Loading…
Reference in New Issue
Block a user