pid steering
This commit is contained in:
parent
83264ef11f
commit
11752074f0
|
|
@ -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)
|
||||||
|
|
||||||
# ============================
|
# ============================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue