mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 23:42:05 +08:00
Add comment about vEgoStarting to interfaces (#23327)
This commit is contained in:
@@ -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.]
|
||||
|
||||
Reference in New Issue
Block a user