Files
openpilot/opendbc_repo/opendbc/car/mock/carcontroller.py
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +08:00

7 lines
175 B
Python

from opendbc.car.interfaces import CarControllerBase
class CarController(CarControllerBase):
def update(self, CC, CS, now_nanos):
return CC.actuators.as_builder(), []