mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-06 00:36:29 +08:00
Update disturbance_controller.py
This commit is contained in:
@@ -21,7 +21,7 @@ KE_ENERGY = 0.25 # scaling from |ay_bp| to alpha boost
|
||||
|
||||
# PID gains
|
||||
PID_KP = 1.0
|
||||
PID_KI = 0.05 # small I to cancel steady wind offset
|
||||
PID_KI = 0.0 #0.05 # small I to cancel steady wind offset
|
||||
PID_KF = 0.0
|
||||
|
||||
class DisturbanceController:
|
||||
|
||||
Reference in New Issue
Block a user