From a0a2f24fccbfcbeec1799c7283603e84e9ebbf4b Mon Sep 17 00:00:00 2001 From: Harald Schafer Date: Thu, 26 Mar 2020 17:25:21 -0700 Subject: [PATCH] this wasnt the issue old-commit-hash: adac0135b355d4f14ac627db17f0da3b5722234d --- selfdrive/locationd/kalman/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/locationd/kalman/SConscript b/selfdrive/locationd/kalman/SConscript index a5a30da933..dcacb97c37 100644 --- a/selfdrive/locationd/kalman/SConscript +++ b/selfdrive/locationd/kalman/SConscript @@ -12,7 +12,7 @@ to_build = { if arch != "aarch64": to_build.update({ - 'lane': '../../../xx/pipeline/lib/ekf/lane_kf.py', + 'lane': '#xx/pipeline/lib/ekf/lane_kf.py', 'pos_computer_4': 'helpers/lst_sq_computer.py', 'pos_computer_5': 'helpers/lst_sq_computer.py', 'feature_handler_5': 'helpers/feature_handler.py',