mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_PID: tradheli-change param name from _VFF to _FF
This commit is contained in:
parent
08438c30a6
commit
b1d6e41fb9
@ -22,10 +22,10 @@ const AP_Param::GroupInfo AC_HELI_PID::var_info[] = {
|
|||||||
|
|
||||||
// 3 was for uint16 IMAX
|
// 3 was for uint16 IMAX
|
||||||
|
|
||||||
// @Param: VFF
|
// @Param: FF
|
||||||
// @DisplayName: Velocity FF FeedForward Gain
|
// @DisplayName: FF FeedForward Gain
|
||||||
// @Description: Velocity FF Gain which produces an output value that is proportional to the demanded input
|
// @Description: FF Gain which produces an output value that is proportional to the demanded input
|
||||||
AP_GROUPINFO("VFF", 4, AC_HELI_PID, _kff, 0),
|
AP_GROUPINFO("FF", 4, AC_HELI_PID, _kff, 0),
|
||||||
|
|
||||||
// @Param: IMAX
|
// @Param: IMAX
|
||||||
// @DisplayName: PID Integral Maximum
|
// @DisplayName: PID Integral Maximum
|
||||||
|
Loading…
Reference in New Issue
Block a user