From b446f7037d82450e85571398eb675dcbdf50dc45 Mon Sep 17 00:00:00 2001 From: FrogAi <91348155+FrogAi@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:22:01 -0700 Subject: [PATCH] Update mapd to v1.9.0 --- selfdrive/frogpilot/functions/mapd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/frogpilot/functions/mapd.py b/selfdrive/frogpilot/functions/mapd.py index 5681555..b5da121 100644 --- a/selfdrive/frogpilot/functions/mapd.py +++ b/selfdrive/frogpilot/functions/mapd.py @@ -5,7 +5,7 @@ import urllib.request from openpilot.common.realtime import Ratekeeper import stat -VERSION = 'v1.8.1' +VERSION = 'v1.9.0' URL = f"https://github.com/pfeiferj/openpilot-mapd/releases/download/{VERSION}/mapd" MAPD_PATH = '/data/media/0/osm/mapd' VERSION_PATH = '/data/media/0/osm/mapd_version'