Skip to content

Commit

Permalink
3071 panda
Browse files Browse the repository at this point in the history
  • Loading branch information
ClockeNessMnstr committed Mar 12, 2022
1 parent 234e436 commit 2272d13
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_subaru.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const int SUBARU_MAX_STEER = 2047; // 1s
const int SUBARU_MAX_STEER = 3071; // 1s
// real time torque limit to prevent controls spamming
// the real time limit is 1500/sec
const int SUBARU_MAX_RT_DELTA = 940; // max delta torque allowed for real time checks
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_subaru.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

MAX_RATE_UP = 50
MAX_RATE_DOWN = 70
MAX_STEER = 2047
MAX_STEER = 3071

MAX_RT_DELTA = 940
RT_INTERVAL = 250000
Expand Down

0 comments on commit 2272d13

Please sign in to comment.