Skip to content

Commit

Permalink
GM: allowing higher brakes in Volt, so decel can reach between 3 and …
Browse files Browse the repository at this point in the history
…3.5 m/s2
  • Loading branch information
rbiasini committed Jun 14, 2018
1 parent 74ad3d6 commit 813218d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/safety/safety_gm.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const int GM_DRIVER_TORQUE_ALLOWANCE = 50;
const int GM_DRIVER_TORQUE_FACTOR = 4;
const int GM_MAX_GAS = 3072;
const int GM_MAX_REGEN = 1404;
const int GM_MAX_BRAKE = 255;
const int GM_MAX_BRAKE = 350;

int gm_brake_prev = 0;
int gm_gas_prev = 0;
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_gm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MAX_RATE_UP = 7
MAX_RATE_DOWN = 17
MAX_STEER = 255
MAX_BRAKE = 255
MAX_BRAKE = 350
MAX_GAS = 3072
MAX_REGEN = 1404

Expand Down

0 comments on commit 813218d

Please sign in to comment.