Skip to content

Commit

Permalink
Merge branch 'master' into dev-priv/master
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin committed Sep 11, 2023
2 parents 20b5492 + 29f32bc commit ff1d7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
ret.tireStiffnessFactor = 0.677

elif candidate == CAR.ACCORD_NIDEC_4CYL:
ret.mass = 3279. * CV.LB_TO_KG + STD_CARGO_KG
ret.mass = 3279. * CV.LB_TO_KG
ret.wheelbase = 2.75
ret.centerToFront = ret.wheelbase * 0.39
ret.steerRatio = 13.66 # 13.37 is spec
Expand Down Expand Up @@ -289,7 +289,7 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):

elif candidate == CAR.CLARITY:
ret.safetyConfigs[0].safetyParam |= Panda.FLAG_HONDA_CLARITY
ret.mass = 4052. * CV.LB_TO_KG + STD_CARGO_KG
ret.mass = 4052. * CV.LB_TO_KG
ret.wheelbase = 2.75
ret.centerToFront = ret.wheelbase * 0.4
ret.steerRatio = 16.50 # 12.72 is end-to-end spec
Expand Down

0 comments on commit ff1d7d4

Please sign in to comment.