Skip to content

Commit

Permalink
CRV Hybrid doesn't use alternate brake signal (#20945)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm authored and adeebshihadeh committed May 19, 2021
1 parent 99b1d6a commit 8b274fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=[]): # py

elif candidate == CAR.CRV_HYBRID:
stop_and_go = True
ret.safetyParam = 1 # Accord(ICE), CRV 5G, and RDX 3G use an alternate user brake msg
ret.mass = 1667. + STD_CARGO_KG # mean of 4 models in kg
ret.wheelbase = 2.66
ret.centerToFront = ret.wheelbase * 0.41
Expand Down

0 comments on commit 8b274fc

Please sign in to comment.