mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-13 00:24:56 +08:00
bump steer threshold to 250
This commit is contained in:
@@ -82,7 +82,7 @@ class CarControllerParams:
|
||||
self.STEER_DELTA_DOWN = 3
|
||||
|
||||
if CP.flags & HyundaiFlags.CANFD_ANGLE_STEERING:
|
||||
self.STEER_THRESHOLD = 175
|
||||
self.STEER_THRESHOLD = 250
|
||||
|
||||
# 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