Skip to content

Commit

Permalink
add all rest
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Jan 4, 2022
1 parent 9720dbe commit c9926e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion selfdrive/car/toyota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=[]): # py
if ret.enableGasInterceptor:
set_long_tune(ret.longitudinalTuning, LongTunes.PEDAL)
elif candidate in [CAR.COROLLA_TSS2, CAR.COROLLAH_TSS2, CAR.RAV4_TSS2, CAR.RAV4H_TSS2, CAR.LEXUS_NX_TSS2,
CAR.HIGHLANDER_TSS2, CAR.HIGHLANDERH_TSS2, CAR.PRIUS_TSS2]:
CAR.HIGHLANDER_TSS2, CAR.HIGHLANDERH_TSS2, CAR.LEXUS_RX_TSS2, CAR.LEXUS_RXH_TSS2,
CAR.CAMRY_TSS2, CAR.CAMRYH_TSS2, CAR.LEXUS_ES_TSS2, CAR.LEXUS_ESH_TSS2,
CAR.LEXUS_NX_TSS2, CAR.PRIUS_TSS2, CAR.ALPHARD_TSS2]:
set_long_tune(ret.longitudinalTuning, LongTunes.TSS2)
ret.stoppingDecelRate = 0.3 # reach stopping target smoothly
ret.startingAccelRate = 6.0 # release brakes fast
Expand Down

0 comments on commit c9926e3

Please sign in to comment.