|
|
@ -343,7 +343,7 @@ class Controls: |
|
|
|
# Check for mismatch between openpilot and car's PCM |
|
|
|
# Check for mismatch between openpilot and car's PCM |
|
|
|
cruise_mismatch = CS.cruiseState.enabled and (not self.enabled or not self.CP.pcmCruise) |
|
|
|
cruise_mismatch = CS.cruiseState.enabled and (not self.enabled or not self.CP.pcmCruise) |
|
|
|
self.cruise_mismatch_counter = self.cruise_mismatch_counter + 1 if cruise_mismatch else 0 |
|
|
|
self.cruise_mismatch_counter = self.cruise_mismatch_counter + 1 if cruise_mismatch else 0 |
|
|
|
if self.cruise_mismatch_counter > int(3. / DT_CTRL): |
|
|
|
if self.cruise_mismatch_counter > int(6. / DT_CTRL): |
|
|
|
self.events.add(EventName.cruiseMismatch) |
|
|
|
self.events.add(EventName.cruiseMismatch) |
|
|
|
|
|
|
|
|
|
|
|
# Check for FCW |
|
|
|
# Check for FCW |
|
|
|