Skip to content

Commit

Permalink
Update tune
Browse files Browse the repository at this point in the history
  • Loading branch information
MoreTore authored Jul 24, 2023
1 parent 5b0b00a commit 8be6183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/mazda/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CarControllerParams:
def __init__(self, CP):
self.STEER_STEP = 1 # 100 Hz
if CP.carFingerprint in GEN1:
self.STEER_MAX = 800 # theoretical max_steer 2047
self.STEER_MAX = 600 # theoretical max_steer 2047
self.STEER_DELTA_UP = 10 # torque increase per refresh
self.STEER_DELTA_DOWN = 25 # torque decrease per refresh
self.STEER_DRIVER_ALLOWANCE = 15 # allowed driver torque before start limiting
Expand Down

0 comments on commit 8be6183

Please sign in to comment.