mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 19:39:00 +08:00
GM: update steering limits (#27331)
* reduce steer down limit, driver allowance * update refs * update refs old-commit-hash: 1cdf80003dcaea79375cf398ec65849424f2f44b
This commit is contained in:
+1
-1
Submodule panda updated: 14051f9ce3...0d2ee00921
@@ -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 = 25
|
||||
STEER_DRIVER_ALLOWANCE = 50
|
||||
STEER_DELTA_DOWN = 15
|
||||
STEER_DRIVER_ALLOWANCE = 65
|
||||
STEER_DRIVER_MULTIPLIER = 4
|
||||
STEER_DRIVER_FACTOR = 100
|
||||
NEAR_STOP_BRAKE_PHASE = 0.5 # m/s
|
||||
|
||||
@@ -1 +1 @@
|
||||
3629f9d22d0bd70cc9ac19cf2045a6cd47b21fdb
|
||||
f4efbb65a7eb9a8f4e23492372e707674f80114e
|
||||
Reference in New Issue
Block a user