mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
use original D term factor
This commit is contained in:
parent
83d162c600
commit
9d8b1a24d6
1 changed files with 1 additions and 1 deletions
|
@ -4962,7 +4962,7 @@ void navigationUsePIDs(void)
|
|||
if (pidProfile()->fwAltControlUsePos) {
|
||||
navPidInit(&posControl.pids.fw_alt, (float)pidProfile()->bank_fw.pid[PID_POS_Z].P / 100.0f,
|
||||
(float)pidProfile()->bank_fw.pid[PID_POS_Z].I / 100.0f,
|
||||
(float)pidProfile()->bank_fw.pid[PID_POS_Z].D / 30.0f,
|
||||
(float)pidProfile()->bank_fw.pid[PID_POS_Z].D / 100.0f,
|
||||
0.0f,
|
||||
NAV_DTERM_CUT_HZ,
|
||||
0.0f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue