CHEVROLET SILVERADO 1500 2020: Make Silverado lateral tune non-linear (#29540)

add nonlinear values to silverado
old-commit-hash: 2fe3231b49
beeps
Vivek Aithal 2 years ago committed by GitHub
parent b952317e9b
commit ab4788cb3b
  1. 3
      selfdrive/car/gm/interface.py

@ -21,7 +21,8 @@ BUTTONS_DICT = {CruiseButtons.RES_ACCEL: ButtonType.accelCruise, CruiseButtons.D
NON_LINEAR_TORQUE_PARAMS = {
CAR.BOLT_EUV: [2.6531724862969748, 1.0, 0.1919764879840985, 0.009054123646805178],
CAR.ACADIA: [4.78003305, 1.0, 0.3122, 0.05591772]
CAR.ACADIA: [4.78003305, 1.0, 0.3122, 0.05591772],
CAR.SILVERADO: [3.29974374, 1.0, 0.25571356, 0.0465122]
}

Loading…
Cancel
Save