Disable below steer speed event after it's been shown

This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent c5b7bd3e08
commit a5412fdba2
2 changed files with 9 additions and 1 deletions

View File

@@ -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: