diff --git a/opendbc_repo b/opendbc_repo index 9b83f9519d..9faa0b97e7 160000 --- a/opendbc_repo +++ b/opendbc_repo @@ -1 +1 @@ -Subproject commit 9b83f9519db61c96facb5e20b35d69c13ef3bd91 +Subproject commit 9faa0b97e7a57664e390ad728d75f55c8f56b6de diff --git a/sunnypilot/selfdrive/car/interfaces.py b/sunnypilot/selfdrive/car/interfaces.py index 6bd16f462b..0ad991f915 100644 --- a/sunnypilot/selfdrive/car/interfaces.py +++ b/sunnypilot/selfdrive/car/interfaces.py @@ -7,7 +7,6 @@ See the LICENSE.md file in the root directory for more details. import os -from cereal import custom from opendbc.car import Bus, structs from opendbc.car.can_definitions import CanRecvCallable, CanSendCallable from opendbc.car.car_helpers import can_fingerprint @@ -28,7 +27,7 @@ def log_fingerprint(CP: structs.CarParams) -> None: sentry.capture_fingerprint(CP.carFingerprint, CP.brand) -def initialize_neural_network_lateral_control(CP: structs.CarParams, CP_SP: custom.CarParamsSP, params) -> None: +def initialize_neural_network_lateral_control(CP: structs.CarParams, CP_SP: structs.CarParamsSP, params) -> None: nnlc_model_path, nnlc_model_name, fuzzy_fingerprint = get_nn_model_path(CP) if nnlc_model_path is None: