From de4e72e3442d098e554dfece628cc9c7621c767e Mon Sep 17 00:00:00 2001 From: tymek Date: Thu, 31 Jul 2025 19:04:07 +0200 Subject: [PATCH] pid steering --- steer-pid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steer-pid.py b/steer-pid.py index a9853f6..9430441 100644 --- a/steer-pid.py +++ b/steer-pid.py @@ -93,8 +93,8 @@ for chunk in stream.iter_content(chunk_size=1024): x = x - 160 - wp = 0.8 - wd = 0.4 + wp = 1 + wd = 0 wi = 0 mri = 0.25