1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00
This commit is contained in:
Petr Ledvina 2015-02-09 08:30:30 +01:00
parent 03900bab40
commit 8edce9062f

View file

@ -42,5 +42,5 @@ reset I term if
```
P = -gyroData[axis] / 4 * dynP8 / 10 / 8
D = -mean(diff(gyroData[axis] / 4), over 3 samples) * 3 * dynP8 / 32
D = -mean(diff(gyroData[axis] / 4), over 3 samples) * 3 * dynD8 / 32
```