Merge branch 'min-feat/lon/ext-radar' into pre

This commit is contained in:
Rick Lan
2025-06-18 13:07:36 +08:00
+1 -1
View File
@@ -133,7 +133,7 @@ class Car:
self.CI, self.CP = CI, CI.CP
self.RI = RI
if self.params.get_bool("dp_lon_ext_radar_found") and self.params.get_bool("dp_lon_ext_radar"):
if self.params.get_bool("dp_lon_ext_radar"):
from opendbc.car.radar_interface import RadarInterface
self.RI = RadarInterface(self.CI.CP)