mirror of
https://github.com/okalachev/flix.git
synced 2026-08-16 00:38:56 +00:00
Fix windup for yaw rate
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ float thrustTarget;
|
|||||||
|
|
||||||
PID rollRatePID(0.05, 0.2, 0.001, 0.3, 0.2);
|
PID rollRatePID(0.05, 0.2, 0.001, 0.3, 0.2);
|
||||||
PID pitchRatePID(0.05, 0.2, 0.001, 0.3, 0.2);
|
PID pitchRatePID(0.05, 0.2, 0.001, 0.3, 0.2);
|
||||||
PID yawRatePID(0.3);
|
PID yawRatePID(0.3, 0, 0, 0.3);
|
||||||
PID rollPID(6);
|
PID rollPID(6);
|
||||||
PID pitchPID(6);
|
PID pitchPID(6);
|
||||||
PID yawPID(3);
|
PID yawPID(3);
|
||||||
|
|||||||
Reference in New Issue
Block a user