mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-14 19:43:46 +08:00
fix understeer
This commit is contained in:
@@ -35,8 +35,8 @@ class CarControllerParams:
|
||||
|
||||
elif CP.flags & HyundaiFlags.CAN_CANFD_HDA2:
|
||||
self.STEER_MAX = 384
|
||||
self.STEER_DELTA_UP = 2
|
||||
self.STEER_DELTA_DOWN = 3
|
||||
self.STEER_DELTA_UP = 3
|
||||
self.STEER_DELTA_DOWN = 5
|
||||
|
||||
# To determine the limit for your car, find the maximum value that the stock LKAS will request.
|
||||
# If the max stock LKAS request is <384, add your car to this list.
|
||||
|
||||
Reference in New Issue
Block a user