Skip to content

Commit 857eb99

Browse files
committed
subaru: update driver toruque scaling factor to use nm
1 parent 5f64103 commit 857eb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendbc/car/subaru/values.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, CP):
1717
self.STEER_DELTA_DOWN = 70 # torque decrease per refresh
1818
self.STEER_DRIVER_ALLOWANCE = 60 # allowed driver torque before start limiting
1919
self.STEER_DRIVER_MULTIPLIER = 50 # weight driver torque heavily
20-
self.STEER_DRIVER_FACTOR = 1 # from dbc
20+
self.STEER_DRIVER_FACTOR = 0.012 # from dbc
2121

2222
if CP.flags & SubaruFlags.GLOBAL_GEN2:
2323
self.STEER_MAX = 1000

0 commit comments

Comments
 (0)