mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 01:02:06 +08:00
oops
This commit is contained in:
@@ -40,8 +40,7 @@ def initialize_neural_network_lateral_control(CP: structs.CarParams, CP_SP: stru
|
||||
if CP_SP.neuralNetworkLateralControl.enabled:
|
||||
CarInterfaceBase.configure_torque_tune(CP.carFingerprint, CP.lateralTuning)
|
||||
|
||||
CP_SP.neuralNetworkLateralControl.modelPath = os.path.splitext(os.path.basename(nnlc_model_path))[0]
|
||||
print("=========================NNLC_MODEL_PATH=========================: ", CP_SP.neuralNetworkLateralControl.modelPath)
|
||||
CP_SP.neuralNetworkLateralControl.modelPath = nnlc_model_path
|
||||
CP_SP.neuralNetworkLateralControl.modelName = nnlc_model_name
|
||||
CP_SP.neuralNetworkLateralControl.fuzzyFingerprint = fuzzy_fingerprint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user