We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b7926 commit 6277139Copy full SHA for 6277139
board/safety/safety_gm.h
@@ -8,7 +8,7 @@
8
// brake rising edge
9
// brake > 0mph
10
11
-const int GM_MAX_STEER = 255;
+const int GM_MAX_STEER = 300;
12
const int GM_MAX_RT_DELTA = 128; // max delta torque allowed for real time checks
13
const int32_t GM_RT_INTERVAL = 250000; // 250ms between real time checks
14
const int GM_MAX_RATE_UP = 7;
tests/safety/test_gm.py
@@ -5,7 +5,7 @@
5
6
MAX_RATE_UP = 7
7
MAX_RATE_DOWN = 17
-MAX_STEER = 255
+MAX_STEER = 300
MAX_BRAKE = 350
MAX_GAS = 3072
MAX_REGEN = 1404
0 commit comments