mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-24 01:33:46 +08:00
Chrysler BSM info signal (#20694)
* Chrysler BSM info signal * change to ==1 * add checks to enable bsm * add fingerprint can id for enableBsm * gate behind enableBsm * fix indenatation * update refs * update refs Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> old-commit-hash: 1e473d764a26e923bdba86879f317ab2d6c6d96c
This commit is contained in:
@@ -50,6 +50,8 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.tireStiffnessFront, ret.tireStiffnessRear = scale_tire_stiffness(ret.mass, ret.wheelbase, ret.centerToFront)
|
||||
|
||||
ret.enableCamera = True
|
||||
|
||||
ret.enableBsm = 720 in fingerprint[0]
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user