don't build internal kalman objects on device (#23011)

old-commit-hash: 9417051062b80a6df8b21043186cacf348d90d31
This commit is contained in:
Willem Melching
2021-11-23 16:25:51 +01:00
committed by GitHub
parent 2844ba5248
commit 21651f23b9
+1 -1
View File
@@ -387,7 +387,7 @@ rednose_config = {
},
}
if arch != "aarch64":
if arch not in ["aarch64", "larch64"]:
rednose_config['to_build'].update({
'gnss': ('#selfdrive/locationd/models/gnss_kf.py', True, []),
'loc_4': ('#selfdrive/locationd/models/loc_kf.py', True, []),