Skip to content

Commit

Permalink
less torque
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Dec 20, 2023
1 parent e8bc7e8 commit cf145a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/hyundai/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, CP):

if CP.carFingerprint in CANFD_CAR:
self.STEER_MAX = 270
self.STEER_DRIVER_ALLOWANCE = 250
self.STEER_DRIVER_ALLOWANCE = 170
self.STEER_DRIVER_MULTIPLIER = 2
self.STEER_THRESHOLD = 250
self.STEER_DELTA_UP = 2
Expand Down

0 comments on commit cf145a2

Please sign in to comment.