Navigate on openpilot without a comma prime subscription

Added functionality to use navigate on openpilot without a comma prime subscription with a custom set MapBox key.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent ab74c44a34
commit bc18137016
14 changed files with 245 additions and 4 deletions

View File

@@ -219,6 +219,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"AlertVolumeControl", PERSISTENT},
{"AlwaysOnLateral", PERSISTENT},
{"AlwaysOnLateralMain", PERSISTENT},
{"AMapKey1", PERSISTENT},
{"AMapKey2", PERSISTENT},
{"ApiCache_DriveStats", PERSISTENT},
{"BlindSpotPath", PERSISTENT},
{"CameraFPS", PERSISTENT},
@@ -273,6 +275,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"FrogsGoMooTune", PERSISTENT},
{"FullMap", PERSISTENT},
{"GasRegenCmd", PERSISTENT},
{"GMapKey", PERSISTENT},
{"GoatScream", PERSISTENT},
{"GreenLightAlert", PERSISTENT},
{"HideSpeed", PERSISTENT},
@@ -289,6 +292,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"LoudBlindspotAlert", PERSISTENT},
{"LowerVolt", PERSISTENT},
{"ManualUpdateInitiated", CLEAR_ON_MANAGER_START},
{"MapboxPublicKey", PERSISTENT},
{"MapboxSecretKey", PERSISTENT},
{"MapTargetLatA", PERSISTENT},
{"MapTargetVelocities", PERSISTENT},
{"Model", PERSISTENT},
@@ -299,6 +304,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"MTSCLimit", PERSISTENT},
{"MuteOverheated", PERSISTENT},
{"NavChill", PERSISTENT},
{"NavEnable", PERSISTENT},
{"NoLogging", PERSISTENT},
{"NoUploads", PERSISTENT},
{"PathEdgeWidth", PERSISTENT},
@@ -313,6 +319,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"ReverseCruise", PERSISTENT},
{"ReverseCruiseUI", PERSISTENT},
{"RoadEdgesWidth", PERSISTENT},
{"SearchInput", PERSISTENT},
{"SilentMode", PERSISTENT},
{"ShowCPU", PERSISTENT},
{"ShowGPU", PERSISTENT},