We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6193a8 commit 5686daeCopy full SHA for 5686dae
board/safety/safety_subaru.h
@@ -6,7 +6,7 @@ const int32_t SUBARU_RT_INTERVAL = 250000; // 250ms between real time checks
6
const int SUBARU_MAX_RATE_UP = 50;
7
const int SUBARU_MAX_RATE_DOWN = 70;
8
const int SUBARU_DRIVER_TORQUE_ALLOWANCE = 60;
9
-const int SUBARU_DRIVER_TORQUE_FACTOR = 5;
+const int SUBARU_DRIVER_TORQUE_FACTOR = 10;
10
11
int subaru_cruise_engaged_last = 0;
12
int subaru_rt_torque_last = 0;
0 commit comments