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

@@ -197,6 +197,7 @@ typedef struct UIScene {
bool numerical_temp;
bool reverse_cruise;
bool reverse_cruise_ui;
bool road_name_ui;
bool show_driver_camera;
bool turn_signal_left;
bool turn_signal_right;