Subaru: Increase RPM Limit (#32299)

Increase the Subaru RPM limit in values.py, update panda submodule
pull/32303/head
Jack Merrill 1 year ago committed by GitHub
parent 98ff2dd76e
commit 5783bdc513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      panda
  2. 2
      selfdrive/car/subaru/values.py

@ -1 +1 @@
Subproject commit 4d60ae9c6202be1b277a03cbb670c7f2639ad7cd
Subproject commit d4a01f75554e636770ad7baa0c267deeb2c5f84f

@ -38,7 +38,7 @@ class CarControllerParams:
BRAKE_MAX = 600 # about -3.5m/s2 from testing
RPM_MIN = 0
RPM_MAX = 2400
RPM_MAX = 3600
RPM_INACTIVE = 600 # a good base rpm for zero acceleration

Loading…
Cancel
Save