Stylistic map UIs and MapBox styles

Fancied up the map in the onroad UI and added toggles to use a custom MapBox style when using "Navigate on openpilot",

Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
Co-Authored-By: pencilpusher <83676301+jakethesnake420@users.noreply.github.com>
Co-Authored-By: multikyd <72329880+multikyd@users.noreply.github.com>
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 61e9b1cd45
commit c250a933be
8 changed files with 141 additions and 13 deletions

View File

@@ -77,10 +77,13 @@ private:
void clearRoute();
void updateDestinationMarker();
uint64_t route_rcv_frame = 0;
uint64_t model_rcv_frame = 0;
// FrogPilot variables
Params params;
int previous_map_style;
private slots:
void updateState(const UIState &s);