mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-06 08:45:42 +08:00
Merge branch 'min-feat/lon/ext-radar' into pre
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user