mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 07:02:06 +08:00
don't build internal kalman objects on device (#23011)
old-commit-hash: 9417051062b80a6df8b21043186cacf348d90d31
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