mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AC_Avoidance: fix AVOID_ANGLE_MAX parameter description
This commit is contained in:
parent
eb746eaeef
commit
7b3af58634
@ -10,7 +10,7 @@ const AP_Param::GroupInfo AC_Avoid::var_info[] = {
|
|||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("ENABLE", 1, AC_Avoid, _enabled, AC_AVOID_ALL),
|
AP_GROUPINFO("ENABLE", 1, AC_Avoid, _enabled, AC_AVOID_ALL),
|
||||||
|
|
||||||
// @Param: ANGLE MAX
|
// @Param: ANGLE_MAX
|
||||||
// @DisplayName: Avoidance max lean angle in non-GPS flight modes
|
// @DisplayName: Avoidance max lean angle in non-GPS flight modes
|
||||||
// @Description: Max lean angle used to avoid obstacles while in non-GPS modes
|
// @Description: Max lean angle used to avoid obstacles while in non-GPS modes
|
||||||
// @Range: 0 4500
|
// @Range: 0 4500
|
||||||
|
Loading…
Reference in New Issue
Block a user