Skip to content

Commit

Permalink
Fixed honda interface values
Browse files Browse the repository at this point in the history
  • Loading branch information
Gernby committed Dec 28, 2018
1 parent 9dd050f commit 776d853
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions selfdrive/car/honda/interface.py
Expand Up @@ -304,7 +304,6 @@ def get_params(candidate, fingerprint):
ret.mass = 4303 * CV.LB_TO_KG + std_cargo
ret.wheelbase = 2.81
ret.centerToFront = ret.wheelbase * 0.41
ret.steerkf = 0.000078
ret.steerRatio = 16.0 # as spec
tire_stiffness_factor = 0.444 # not optimized yet
ret.steerKpV, ret.steerKiV = [[0.38], [0.11]]
Expand Down Expand Up @@ -371,7 +370,7 @@ def get_params(candidate, fingerprint):
ret.startAccel = 0.5

ret.steerActuatorDelay = 0.1
ret.steerRateCost = 0.35
ret.steerRateCost = 0.5

return ret

Expand Down

0 comments on commit 776d853

Please sign in to comment.