mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
CRV Hybrid doesn't use alternate brake signal (#20945)
old-commit-hash: 4215f63769fd6f350194cf5b6c9607cce40e18e0
This commit is contained in:
@@ -268,7 +268,6 @@ class CarInterface(CarInterfaceBase):
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user