mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-04 15:56:08 +08:00
don't build internal kalman objects on device (#23011)
old-commit-hash: 9417051062
This commit is contained in:
+1
-1
@@ -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, []),
|
||||
|
||||
Reference in New Issue
Block a user