Skip to content

Commit

Permalink
Force Frankenweenie
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogAi committed Dec 2, 2024
1 parent 1aafe68 commit 271f839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions selfdrive/frogpilot/frogpilot_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
RANDOM_EVENTS_PATH = os.path.join(BASEDIR, "selfdrive", "frogpilot", "assets", "random_events")
THEME_SAVE_PATH = os.path.join("/data", "themes")

DEFAULT_MODEL = "alabama"
DEFAULT_MODEL_NAME = "Alabama"
DEFAULT_MODEL = "frankenweenie"
DEFAULT_MODEL_NAME = "Frankenweenie"

DEFAULT_CLASSIC_MODEL = "north-dakota"
DEFAULT_CLASSIC_MODEL_NAME = "North Dakota (Default)"
Expand Down Expand Up @@ -606,6 +606,7 @@ def update(self, started):
params_memory.put("CurrentModelName", current_model_name)
else:
toggle.model = DEFAULT_CLASSIC_MODEL
toggle.model = DEFAULT_MODEL
classic_models = params.get("ClassicModels", encoding='utf-8') or ""
toggle.classic_model = classic_models and toggle.model in classic_models.split(',')
navigation_models = params.get("NavigationModels", encoding='utf-8') or ""
Expand Down
Binary file modified selfdrive/modeld/models/supercombo.thneed
Binary file not shown.

0 comments on commit 271f839

Please sign in to comment.