Arduino-PID-Library
Arduino-PID-Library copied to clipboard
Quadrotor control.
I'm trying to control a quadrotor which works with mpu6050. I tried to tune only pitch control parameters with ziegler nichols method but PID controller gives sudden speed up. Here is my result for 0.6 and 1.5 (I tried 0.1 to 8.0 and system gives nearly same results). There is no enough oscillation to apply ziegler nichols.
kp=0.6

kp=1.5

How can i fix this?