Skip to content

Commit

Permalink
try raising actuator delay to dampen oscillations
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Dec 11, 2023
1 parent 71474ca commit 9978dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/car/chrysler/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
ret.wheelbase = 2.70
ret.steerRatio = 17 # TODO: verify against params learner
ret.minSteerSpeed = 18.0 # TODO: conservative, need to test
ret.steerActuatorDelay = 0.2
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning, 1.0, False)

elif candidate in (CAR.JEEP_GRAND_CHEROKEE, CAR.JEEP_GRAND_CHEROKEE_2019):
Expand Down

0 comments on commit 9978dff

Please sign in to comment.