pid steering

This commit is contained in:
tymek 2025-07-31 18:32:27 +02:00
parent 83264ef11f
commit 11752074f0

View file

@ -112,7 +112,7 @@ for chunk in stream.iter_content(chunk_size=1024):
ip += i ip += i
# (Opcjonalnie) Wypisz pozycję # (Opcjonalnie) Wypisz pozycję
cv2.putText(frame, f"P:{int(p)} I:{int(i)} D:{int(d)}", (10, 30), cv2.putText(frame, f"P:{int(p)} D:{int(d)} I:{int(i)}", (10, 30),
cv2.FONT_HERSHEY_SIMPLEX, 0.6, (0, 255, 0), 2) cv2.FONT_HERSHEY_SIMPLEX, 0.6, (0, 255, 0), 2)
# ============================ # ============================