mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
Chrylser: some Ram 1500 can steer to 0 (#25279)
old-commit-hash: 5101a7cf8889750e1ed8269f0e456a29f9f444eb
This commit is contained in:
@@ -51,10 +51,13 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.wheelbase = 3.88
|
||||
ret.steerRatio = 16.3
|
||||
ret.mass = 2493. + STD_CARGO_KG
|
||||
ret.maxLateralAccel = 2.4
|
||||
ret.minSteerSpeed = 14.5
|
||||
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
|
||||
|
||||
ret.minSteerSpeed = 14.5
|
||||
if car_fw is not None:
|
||||
for fw in car_fw:
|
||||
if fw.ecu == 'eps' and fw.fwVersion in (b"68312176AE", b"68312176AG", b"68273275AG"):
|
||||
ret.minSteerSpeed = 0.
|
||||
|
||||
else:
|
||||
raise ValueError(f"Unsupported car: {candidate}")
|
||||
|
||||
@@ -1 +1 @@
|
||||
2da0446f3cc0c4fd705f7b199ed1d9e6341fc466
|
||||
66790e176b98244bb76ce19fb1aa943b36c87dec
|
||||
Reference in New Issue
Block a user