Skip to content

Commit

Permalink
Merge pull request #3 from Circuit-Pro/hkg_085_dev
Browse files Browse the repository at this point in the history
Update interface.py
  • Loading branch information
oricalworks authored Jun 7, 2021
2 parents 1ca912a + 8926d5a commit 6c2cd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/hyundai/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), has_relay=False,
ret.longitudinalTuning.kiV = [0.015]
ret.longitudinalTuning.kfBP = [50. * CV.KPH_TO_MS, 100. * CV.KPH_TO_MS]
ret.longitudinalTuning.kfV = [0.5, 0.3]
ret.gasMaxV = [0.75, 0.65, 0.55, 0.45, 0.35, 0.25]
ret.gasMaxV = [0.85, 0.75, 0.45, 0.35, 0.25, 0.15]

elif candidate == CAR.FORTE:
ret.mass = 3558. * CV.LB_TO_KG
Expand Down

0 comments on commit 6c2cd59

Please sign in to comment.