Skip to content

Commit

Permalink
tuning #1
Browse files Browse the repository at this point in the history
  • Loading branch information
khoi committed Apr 21, 2022
1 parent 8a52c60 commit 37777d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/hyundai/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=[], disabl
ret.steerRatio = 16.55 # 13.8 is spec end-to-end
tire_stiffness_factor = 0.82

MAX_TORQUE = 2.5
FRICTION = 0.06
MAX_TORQUE = 3.5
FRICTION = 0.01

ret.lateralTuning.init('torque')
ret.lateralTuning.torque.useSteeringAngle = True
Expand Down

0 comments on commit 37777d3

Please sign in to comment.