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

old-commit-hash: 9417051062
commatwo_master
Willem Melching 3 years ago committed by GitHub
parent 2844ba5248
commit 21651f23b9
  1. 2
      SConstruct

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

Loading…
Cancel
Save