We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f64103 commit 857eb99Copy full SHA for 857eb99
opendbc/car/subaru/values.py
@@ -17,7 +17,7 @@ def __init__(self, CP):
17
self.STEER_DELTA_DOWN = 70 # torque decrease per refresh
18
self.STEER_DRIVER_ALLOWANCE = 60 # allowed driver torque before start limiting
19
self.STEER_DRIVER_MULTIPLIER = 50 # weight driver torque heavily
20
- self.STEER_DRIVER_FACTOR = 1 # from dbc
+ self.STEER_DRIVER_FACTOR = 0.012 # from dbc
21
22
if CP.flags & SubaruFlags.GLOBAL_GEN2:
23
self.STEER_MAX = 1000
0 commit comments