mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
Tesla non-zero stopAccel (#26840)
remove stopAccel override old-commit-hash: af561393fe0d535315a52e35556697667886089d
This commit is contained in:
@@ -23,7 +23,6 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.longitudinalTuning.kpV = [0]
|
||||
ret.longitudinalTuning.kiBP = [0]
|
||||
ret.longitudinalTuning.kiV = [0]
|
||||
ret.stopAccel = 0.0
|
||||
ret.longitudinalActuatorDelayUpperBound = 0.5 # s
|
||||
ret.radarTimeStep = (1.0 / 8) # 8Hz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user