Skip to content

Commit

Permalink
GM: update steering limits (commaai#27331)
Browse files Browse the repository at this point in the history
* reduce steer down limit, driver allowance

* update refs

* update refs
  • Loading branch information
nuwandavek authored Feb 14, 2023
1 parent e778673 commit 1cdf800
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/gm/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/ref_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3629f9d22d0bd70cc9ac19cf2045a6cd47b21fdb
f4efbb65a7eb9a8f4e23492372e707674f80114e

0 comments on commit 1cdf800

Please sign in to comment.