From 49e2a4708da374e95e92a8981a15c1344124b96b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 29 Aug 2022 14:08:21 -0700 Subject: [PATCH] laikad: fix cache path old-commit-hash: 63349809498ffdb1678cbd2aa399a67fc59c66b2 --- selfdrive/locationd/laikad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/locationd/laikad.py b/selfdrive/locationd/laikad.py index 830eb33207..c7f2d2ceac 100755 --- a/selfdrive/locationd/laikad.py +++ b/selfdrive/locationd/laikad.py @@ -28,7 +28,7 @@ from system.swaglog import cloudlog MAX_TIME_GAP = 10 EPHEMERIS_CACHE = 'LaikadEphemeris' -DOWNLOADS_CACHE_FOLDER = "/tmp/comma_download_cache" +DOWNLOADS_CACHE_FOLDER = "/tmp/comma_download_cache/" CACHE_VERSION = 0.1 POS_FIX_RESIDUAL_THRESHOLD = 100.0