Update mapd.py (#672)

pull/15/head
Arne Schwarck 6 years ago committed by rbiasini
parent 9b31da0985
commit 1b3b260b4d
  1. 2
      selfdrive/mapd/mapd.py

@ -240,7 +240,7 @@ def mapsd_thread():
if cur_way is not None:
dat.liveMapData.wayId = cur_way.id
# Seed limit
# Speed limit
max_speed = cur_way.max_speed()
if max_speed is not None:
dat.liveMapData.speedLimitValid = True

Loading…
Cancel
Save