IQ.Pilot Release Commit @ bec7652
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos
|
||||
"""
|
||||
from iqdbc.car import structs as _dbc
|
||||
from openpilot.common.params import Params as _Store
|
||||
from openpilot.common.swaglog import cloudlog as _log
|
||||
from openpilot.selfdrive.controls.lib.latcontrol_torque import get_nn_model_path as _resolve_nn
|
||||
from iqpilot.common.params import Params as _Store
|
||||
from iqpilot.common.swaglog import cloudlog as _log
|
||||
from iqpilot.selfdrive.controls.lib.latcontrol_torque import get_nn_model_path as _resolve_nn
|
||||
|
||||
import openpilot.system.sentry as _telemetry
|
||||
import iqpilot.system.sentry as _telemetry
|
||||
|
||||
_ANGLE = _dbc.CarParams.SteerControlType.angle
|
||||
|
||||
@@ -15,6 +15,7 @@ _TUNABLES = (
|
||||
"IQHyundaiLongTune",
|
||||
"IQSubaruCreepAssist",
|
||||
"IQSubaruCreepAssistManualBrake",
|
||||
"IQTeslaFsdVisualization",
|
||||
"IQTeslaTorqueBlend",
|
||||
"IQToyotaFactoryLong",
|
||||
"ToyotaSnGHack",
|
||||
|
||||
Reference in New Issue
Block a user