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'