mirror of https://github.com/ArduPilot/ardupilot
AC_Loiter: update ANG_MAX param description
This commit is contained in:
parent
e9427f1dae
commit
58e14b2dc3
|
@ -16,8 +16,9 @@ extern const AP_HAL::HAL& hal;
|
|||
const AP_Param::GroupInfo AC_Loiter::var_info[] = {
|
||||
|
||||
// @Param: ANG_MAX
|
||||
// @DisplayName: Loiter Angle Max
|
||||
// @Description: Loiter maximum lean angle. Set to zero for 2/3 of PSC_ANGLE_MAX or ANGLE_MAX
|
||||
// @DisplayName: Loiter pilot angle max
|
||||
// @Description{Copter, Sub}: Loiter maximum pilot requested lean angle. Set to zero for 2/3 of PSC_ANGLE_MAX/ANGLE_MAX. The maximum vehicle lean angle is still limited by PSC_ANGLE_MAX/ANGLE_MAX
|
||||
// @Description{Plane}: Loiter maximum pilot requested lean angle. Set to zero for 2/3 of Q_P_ANGLE_MAX/Q_ANGLE_MAX. The maximum vehicle lean angle is still limited by Q_P_ANGLE_MAX/Q_ANGLE_MAX
|
||||
// @Units: deg
|
||||
// @Range: 0 45
|
||||
// @Increment: 1
|
||||
|
|
Loading…
Reference in New Issue