mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
GM: revert steering limits update (#27413)
* Revert " GM: update steering limits (#27331)" This reverts commit b8740c4d6c5bad5ac947d9eefeb38a5b47876ca3. * update refs * bump panda old-commit-hash: 1504c10760627406ce26478bcb98957c64deafac
This commit is contained in:
+1
-1
Submodule panda updated: d2c2d5f926...9fe24bd368
@@ -14,8 +14,8 @@ class CarControllerParams:
|
||||
STEER_STEP = 3 # Active control frames per command (~33hz)
|
||||
INACTIVE_STEER_STEP = 10 # Inactive control frames per command (10hz)
|
||||
STEER_DELTA_UP = 10 # Delta rates require review due to observed EPS weakness
|
||||
STEER_DELTA_DOWN = 15
|
||||
STEER_DRIVER_ALLOWANCE = 65
|
||||
STEER_DELTA_DOWN = 25
|
||||
STEER_DRIVER_ALLOWANCE = 50
|
||||
STEER_DRIVER_MULTIPLIER = 4
|
||||
STEER_DRIVER_FACTOR = 100
|
||||
NEAR_STOP_BRAKE_PHASE = 0.5 # m/s
|
||||
|
||||
@@ -1 +1 @@
|
||||
f7ff7e7d37c276c31d8d44c73a0091b5996650b1
|
||||
4ad02871365f4cbd83c6b4c4f8ad6bb73015a626
|
||||
Reference in New Issue
Block a user