wip
This commit is contained in:
@@ -62,7 +62,7 @@ class FrogPilotPlanner:
|
||||
self.lead_one = Lead()
|
||||
self.mtsc = MapTurnSpeedController()
|
||||
|
||||
self.release = get_short_branch() == "FrogPilot"
|
||||
self.release = get_short_branch() == "clearpilot"
|
||||
|
||||
self.radarless_model = self.params.get("Model", encoding='utf-8') in RADARLESS_MODELS
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ import urllib.request
|
||||
from openpilot.common.params import Params
|
||||
from openpilot.system.version import get_short_branch
|
||||
|
||||
VERSION = 'v1' if get_short_branch() == "FrogPilot" else 'v2'
|
||||
REPOSITORY_URL = 'https://github.com/FrogAi/FrogPilot-Resources/releases/download'
|
||||
VERSION = 'v1' if get_short_branch() == "clearpilot" else 'v2'
|
||||
REPOSITORY_URL = 'https://privategit.hanson.xyz/brianhansonxyz/clearpilot'
|
||||
|
||||
DEFAULT_MODEL = "wd-40"
|
||||
DEFAULT_MODEL_NAME = "WD40 (Default)"
|
||||
|
||||
Reference in New Issue
Block a user