Disable below steer speed event after it's been shown
This commit is contained in:
@@ -102,6 +102,9 @@ class CarInterfaceBase(ABC):
|
||||
# FrogPilot variables
|
||||
params = Params()
|
||||
|
||||
self.belowSteerSpeed_shown = False
|
||||
self.disable_belowSteerSpeed = False
|
||||
|
||||
@staticmethod
|
||||
def get_pid_accel_limits(CP, current_speed, cruise_speed, frogpilot_variables):
|
||||
if frogpilot_variables.sport_plus:
|
||||
|
||||
Reference in New Issue
Block a user