mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 10:43:58 -04:00
AC_HELI_PID: adjust parameter descriptions
ILMI range is now 0 to 1
This commit is contained in:
parent
3465f05bec
commit
de537390c2
@ -34,13 +34,13 @@ const AP_Param::GroupInfo AC_HELI_PID::var_info[] = {
|
|||||||
|
|
||||||
// @Param: FILT
|
// @Param: FILT
|
||||||
// @DisplayName: PID Input filter frequency in Hz
|
// @DisplayName: PID Input filter frequency in Hz
|
||||||
// @Description:
|
// @Description: PID Input filter frequency in Hz
|
||||||
AP_GROUPINFO("FILT", 6, AC_HELI_PID, _filt_hz, AC_PID_FILT_HZ_DEFAULT),
|
AP_GROUPINFO("FILT", 6, AC_HELI_PID, _filt_hz, AC_PID_FILT_HZ_DEFAULT),
|
||||||
|
|
||||||
// @Param: ILMI
|
// @Param: ILMI
|
||||||
// @DisplayName: I-term Leak Minimum
|
// @DisplayName: I-term Leak Minimum
|
||||||
// @Description: Point below which I-term will not leak down
|
// @Description: Point below which I-term will not leak down
|
||||||
// @Range: 0 4500
|
// @Range: 0 1
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("ILMI", 7, AC_HELI_PID, _leak_min, AC_PID_LEAK_MIN),
|
AP_GROUPINFO("ILMI", 7, AC_HELI_PID, _leak_min, AC_PID_LEAK_MIN),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user