Open Street Maps integration

Added OSM to openpilot to use speed limits and road names.

Credit goes to Pfeiferj!

https: //github.com/pfeiferj
Co-Authored-By: Jacob Pfeifer <jacob@pfeifer.dev>
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent ac00687b24
commit bf662b69ba
14 changed files with 893 additions and 7 deletions

View File

@@ -156,6 +156,7 @@ private:
bool fullMapOpen;
bool leadInfo;
bool mapOpen;
bool roadNameUI;
bool showDriverCamera;
bool turnSignalLeft;
bool turnSignalRight;