Slightly less agressive defaults
This commit is contained in:
parent
f0cd1c8b03
commit
70807d016b
|
@ -178,11 +178,11 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
||||||
pidProfile->levelAngleLimit = 55;
|
pidProfile->levelAngleLimit = 55;
|
||||||
pidProfile->levelSensitivity = 55;
|
pidProfile->levelSensitivity = 55;
|
||||||
pidProfile->setpointRelaxRatio = 30;
|
pidProfile->setpointRelaxRatio = 30;
|
||||||
pidProfile->dtermSetpointWeight = 200;
|
pidProfile->dtermSetpointWeight = 190;
|
||||||
pidProfile->yawRateAccelLimit = 10.0f;
|
pidProfile->yawRateAccelLimit = 10.0f;
|
||||||
pidProfile->rateAccelLimit = 0.0f;
|
pidProfile->rateAccelLimit = 0.0f;
|
||||||
pidProfile->itermThrottleThreshold = 300;
|
pidProfile->itermThrottleThreshold = 350;
|
||||||
pidProfile->itermAcceleratorGain = 3.0f;
|
pidProfile->itermAcceleratorGain = 1.5f;
|
||||||
pidProfile->itermAcceleratorRateLimit = 80;
|
pidProfile->itermAcceleratorRateLimit = 80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue