mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
Update mapd.py (#672)
old-commit-hash: 1b3b260b4d191745a5893abfd11b76a38e035e47
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user