We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ad3d6 commit 813218dCopy full SHA for 813218d
board/safety/safety_gm.h
@@ -17,7 +17,7 @@ const int GM_DRIVER_TORQUE_ALLOWANCE = 50;
17
const int GM_DRIVER_TORQUE_FACTOR = 4;
18
const int GM_MAX_GAS = 3072;
19
const int GM_MAX_REGEN = 1404;
20
-const int GM_MAX_BRAKE = 255;
+const int GM_MAX_BRAKE = 350;
21
22
int gm_brake_prev = 0;
23
int gm_gas_prev = 0;
tests/safety/test_gm.py
@@ -6,7 +6,7 @@
6
MAX_RATE_UP = 7
7
MAX_RATE_DOWN = 17
8
MAX_STEER = 255
9
-MAX_BRAKE = 255
+MAX_BRAKE = 350
10
MAX_GAS = 3072
11
MAX_REGEN = 1404
12
0 commit comments