disable navigate on openpilot (#32106)

* 2eedcd90-b7db-46cb-86be-740f48ded7ab/700

* noop ciao

* here too

* mapsd too

* update translations

* disable mapsd test from test onroad

* disable mapRenderState test from timings

* lint

* fix exp mode toggle panel

* update tr

* french done

* dont build mapd

* only no nav

* just comment

* deprecate nav fields

* rm not comment

* dont deprecate too much

* remove from services

* merge cereal
This commit is contained in:
YassineYousfi
2024-04-09 10:40:38 -07:00
committed by GitHub
parent 97db26b6a9
commit 754dd45ffa
32 changed files with 55 additions and 402 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ if arch in ['larch64', 'aarch64', 'x86_64']:
map_env["RPATH"].append(Dir('.').abspath)
map_env["LIBPATH"].append(Dir('.').abspath)
maplib = map_env.SharedLibrary("maprender", ["map_renderer.cc"], LIBS=libs)
map_env.Program("mapsd", ["main.cc", ], LIBS=[maplib[0].get_path(), ] + libs)
# map_env.Program("mapsd", ["main.cc", ], LIBS=[maplib[0].get_path(), ] + libs)