Cleanup: GM remove unnecessary variable (#27779)

old-commit-hash: 2ab05f96c3e535938533dd877968a7f6ae79f583
This commit is contained in:
royjr
2023-04-01 18:24:29 -04:00
committed by GitHub
parent 8fc2a81830
commit 53aa021ecb
-1
View File
@@ -98,7 +98,6 @@ class CarInterface(CarInterfaceBase):
# Tuning for experimental long
ret.longitudinalTuning.kpV = [2.0, 1.5]
ret.longitudinalTuning.kiV = [0.72]
ret.stopAccel = -2.0
ret.stoppingDecelRate = 2.0 # reach brake quickly after enabling
ret.vEgoStopping = 0.25
ret.vEgoStarting = 0.25