nav: add polyline helpers (#26816)

* nav: add polyline helpers

* Update selfdrive/navd/map_renderer.py
old-commit-hash: d3a3d74830efb33eff6a9f9057a8d552e355bfd7
This commit is contained in:
Adeeb Shihadeh
2022-12-16 21:46:07 -08:00
committed by GitHub
parent 58b1f1fd7f
commit a8c4347a5f
3 changed files with 20 additions and 2 deletions
+1
View File
@@ -57,6 +57,7 @@ tqdm = "^4.64.0"
urllib3 = "^1.26.10"
utm = "^0.7.0"
websocket_client = "^1.3.3"
polyline = "^1.4.0"
[tool.poetry.group.dev.dependencies]