Skip to content

Commit

Permalink
Merge pull request commaai#198 from TK211X/patch-32
Browse files Browse the repository at this point in the history
StrTq max LKA stock req
  • Loading branch information
xx979xx authored Oct 23, 2019
2 parents deec22d + 887d69b commit 7db9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/hyundai/carcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Steer torque limits

class SteerLimitParams:
STEER_MAX = 255 # 409 is the max, 255 is stock
STEER_MAX = 256 #256 is stock masx req
STEER_DELTA_UP = 3
STEER_DELTA_DOWN = 7
STEER_DRIVER_ALLOWANCE = 50
Expand Down

0 comments on commit 7db9eca

Please sign in to comment.