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

pull/23016/head
Willem Melching 2021-11-23 16:25:51 +01:00 committed by GitHub
parent 9b9cbe1f37
commit 9417051062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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, []),