前回は、P制御(比例制御)を使ってtoioを目標地点まで走らせました。 しかし、実際に動かしてみると「ゴール付近で行き過ぎたり戻ったりする(ハンチング)」や「動きがカクカクする」といった課題が見えました。 今回は、これらを解決するために制御 ...
pid.set_schedule("light_load", kp=1.4, ki=0.12, kd=0.06) pid.set_schedule("heavy_load", kp=0.8, ki=0.08, kd=0.04) ...
A Rotorflight-focused GUI workflow for tuning PID gains from blackbox step response analysis. New to this? If you have never used Python or the command line before, start with the Prerequisites ...