remove old params learner (#1918)

old-commit-hash: e0e7c7486d
This commit is contained in:
Willem Melching
2020-07-24 18:43:17 +02:00
committed by GitHub
parent ea052d61b3
commit 488bbcaaa4
9 changed files with 1 additions and 562 deletions

View File

@@ -1,12 +1,6 @@
Import('env', 'common', 'cereal', 'messaging')
loc_objs = [
"locationd_yawrate.cc",
"params_learner.cc",
"paramsd.cc"]
loc_libs = [cereal, messaging, 'zmq', common, 'capnp', 'kj', 'json11', 'pthread']
env.Program("paramsd", loc_objs, LIBS=loc_libs)
env.SharedLibrary("locationd", loc_objs, LIBS=loc_libs)
loc_libs = [cereal, messaging, 'zmq', common, 'capnp', 'kj', 'pthread']
env.Program("ubloxd", [
"ubloxd.cc",