Cleanup: GM remove unnecessary variable (#27779)

This commit is contained in:
royjr
2023-04-01 18:24:29 -04:00
committed by GitHub
parent a50fbe17c8
commit 2ab05f96c3
-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