Skip to content

Commit

Permalink
update vals (commaai#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
dek3rr authored and rbiasini committed Jun 20, 2019
1 parent fe7e5cf commit 36881b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selfdrive/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ def get_params(candidate, fingerprint, vin=""):

elif candidate in (CAR.PILOT, CAR.PILOT_2019):
stop_and_go = False
ret.mass = 4303 * CV.LB_TO_KG + std_cargo
ret.wheelbase = 2.81
ret.centerToFront = ret.wheelbase * 0.41
ret.mass = 4204 * CV.LB_TO_KG + std_cargo # average weight
ret.wheelbase = 2.82
ret.centerToFront = ret.wheelbase * 0.428 # average weight distribution
ret.steerRatio = 16.0 # as spec
tire_stiffness_factor = 0.444 # not optimized yet
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.38], [0.11]]
Expand Down

0 comments on commit 36881b6

Please sign in to comment.