Skip to content

Commit

Permalink
added syncID for Accord
Browse files Browse the repository at this point in the history
  • Loading branch information
Gernby committed Mar 4, 2019
1 parent da84d41 commit dbe8a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def get_params(candidate, fingerprint):
ret.longitudinalKpV = [3.6, 2.4, 1.5]
ret.longitudinalKiBP = [0., 35.]
ret.longitudinalKiV = [0.54, 0.36]
ret.syncID = 330

elif candidate in (CAR.ACCORD, CAR.ACCORD_15, CAR.ACCORDH):
stop_and_go = True
Expand Down

0 comments on commit dbe8a75

Please sign in to comment.