mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-22 08:43:58 +08:00
GM: revert steering limits update (#27413)
* Revert " GM: update steering limits (#27331)"
This reverts commit 1cdf80003d.
* update refs
* bump panda
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