mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 05:22:07 +08:00
Subaru: gen2 torque increase
This commit is contained in:
+1
-1
Submodule panda updated: 59f157dea5...b2b9ad9e92
@@ -22,9 +22,9 @@ class CarControllerParams:
|
||||
self.STEER_DRIVER_FACTOR = 1 # from dbc
|
||||
|
||||
if CP.carFingerprint in GLOBAL_GEN2:
|
||||
self.STEER_MAX = 1000
|
||||
self.STEER_DELTA_UP = 40
|
||||
self.STEER_DELTA_DOWN = 40
|
||||
self.STEER_MAX = 1400
|
||||
self.STEER_DELTA_UP = 25
|
||||
self.STEER_DELTA_DOWN = 25
|
||||
elif CP.carFingerprint == CAR.IMPREZA_2020:
|
||||
self.STEER_MAX = 1439
|
||||
elif CP.safetyConfigs[0].safetyParam == Panda.FLAG_SUBARU_MAX_STEER_IMPREZA_2018:
|
||||
|
||||
Reference in New Issue
Block a user