From b6e3ab0c900e73ebab2cec8bbda0e9982500db71 Mon Sep 17 00:00:00 2001 From: Kurt Nistelberger Date: Tue, 27 Dec 2022 13:35:55 -0800 Subject: [PATCH] . --- selfdrive/locationd/laikad.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/selfdrive/locationd/laikad.py b/selfdrive/locationd/laikad.py index caf444dd7b..46e1beea9b 100755 --- a/selfdrive/locationd/laikad.py +++ b/selfdrive/locationd/laikad.py @@ -409,11 +409,8 @@ def main(sm=None, pm=None, qc=None): msg = process_msg(laikad, gnss_msg, sm.logMonoTime[raw_gnss_socket], replay) if msg is None: - # TODO: beautify this, locationd needs a valid message, otherwise engagement - # will not be allowed, either send nothing or a valid msg - # check this with replay tests + # TODO: beautify this, locationd needs a valid message msg = messaging.new_message("gnssMeasurements") - msg.valid = True pm.send('gnssMeasurements', msg)