the one true car.capnp (#38221)

* the one true car.capnp

* fix jotpluggler capnp import path

* bump to master
This commit is contained in:
Adeeb Shihadeh
2026-06-21 17:32:19 -07:00
committed by GitHub
parent bc168bb33a
commit df1663c58d
62 changed files with 108 additions and 68 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import time
import argparse
import cereal.messaging as messaging
from cereal import car
from opendbc.car.structs import car
from opendbc.car.carlog import carlog
from opendbc.car.fw_versions import get_fw_versions, match_fw_to_car
from opendbc.car.vin import get_vin
+2 -1
View File
@@ -2,7 +2,8 @@
import time
import random
from cereal import car, log
from cereal import log
from opendbc.car.structs import car
import cereal.messaging as messaging
from opendbc.car.honda.interface import CarInterface
from openpilot.common.realtime import DT_CTRL
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import sys
from cereal import car
from opendbc.car.structs import car
from openpilot.common.params import Params
from openpilot.tools.lib.route import Route
from openpilot.tools.lib.logreader import LogReader
+2 -1
View File
@@ -1,7 +1,8 @@
#!/usr/bin/env python3
import time
from cereal import car, log, messaging
from cereal import log, messaging
from opendbc.car.structs import car
from openpilot.common.params import Params
from openpilot.system.manager.process_config import managed_processes
from openpilot.common.hardware import HARDWARE