Add comment about vEgoStarting to interfaces (#23327)

old-commit-hash: 0148b233cd44a72ca1aabbb962a36a6b8e671f19
This commit is contained in:
Shane Smiskol
2022-01-04 04:05:58 -07:00
committed by GitHub
parent b756c89d38
commit 4058a8f64f
+1 -1
View File
@@ -89,7 +89,7 @@ class CarInterfaceBase(ABC):
ret.startingAccelRate = 3.2 # brake_travel/s while releasing on restart
ret.stoppingDecelRate = 0.8 # brake_travel/s while trying to stop
ret.vEgoStopping = 0.5
ret.vEgoStarting = 0.5
ret.vEgoStarting = 0.5 # needs to be >= vEgoStopping to avoid state transition oscillation
ret.stoppingControl = True
ret.longitudinalTuning.deadzoneBP = [0.]
ret.longitudinalTuning.deadzoneV = [0.]