mirror of https://github.com/ArduPilot/ardupilot
AC_Avoidance: make centideg metadata incr and range consistent
This commit is contained in:
parent
ff931c7490
commit
8903b8619a
|
@ -45,6 +45,7 @@ const AP_Param::GroupInfo AC_Avoid::var_info[] = {
|
|||
// @DisplayName: Avoidance max lean angle in non-GPS flight modes
|
||||
// @Description: Max lean angle used to avoid obstacles while in non-GPS modes
|
||||
// @Units: cdeg
|
||||
// @Increment: 10
|
||||
// @Range: 0 4500
|
||||
// @User: Standard
|
||||
AP_GROUPINFO_FRAME("ANGLE_MAX", 2, AC_Avoid, _angle_max, 1000, AP_PARAM_FRAME_COPTER | AP_PARAM_FRAME_HELI | AP_PARAM_FRAME_TRICOPTER),
|
||||
|
|
Loading…
Reference in New Issue