Files
openpilot/opendbc_repo/opendbc/car/mock/carcontroller.py

7 lines
175 B
Python
Raw Permalink Normal View History

2026-01-11 18:23:29 +08:00
from opendbc.car.interfaces import CarControllerBase
class CarController(CarControllerBase):
def update(self, CC, CS, now_nanos):
return CC.actuators.as_builder(), []