Move car safety modes to opendbc (#34628)

* bump

* fix test_models
pull/34629/head
Shane Smiskol 2 months ago committed by GitHub
parent f2fb0b92ad
commit ba236db20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      opendbc_repo
  2. 2
      panda
  3. 3
      selfdrive/car/tests/test_models.py

@ -1 +1 @@
Subproject commit f28c65b4c35013a73e74d8c27375be96ef0729b1
Subproject commit 338a3fde0f8417a28be24909ac854e97f8edf8c6

@ -1 +1 @@
Subproject commit ebdc376ade241b20b2fb9fcbb92508afc667b4ec
Subproject commit 8bd4e2d2dc3d421de63ebd9a6a9cb891162cb923

@ -18,6 +18,7 @@ from opendbc.car.honda.values import CAR as HONDA, HondaFlags
from opendbc.car.structs import car
from opendbc.car.tests.routes import non_tested_cars, routes, CarTestRoute
from opendbc.car.values import Platform, PLATFORMS
from opendbc.safety.tests.libsafety import libsafety_py
from openpilot.common.basedir import BASEDIR
from openpilot.selfdrive.pandad import can_capnp_to_list
from openpilot.selfdrive.test.helpers import read_segment_list
@ -26,8 +27,6 @@ from openpilot.tools.lib.logreader import LogReader, LogsUnavailable, openpilotc
internal_source_zst, comma_api_source, auto_source
from openpilot.tools.lib.route import SegmentName
from panda.tests.libsafety import libsafety_py
SafetyModel = car.CarParams.SafetyModel
NUM_JOBS = int(os.environ.get("NUM_JOBS", "1"))

Loading…
Cancel
Save