carrot/opendbc_repo/opendbc/car/mock/carcontroller.py

7 lines
175 B
Python
Raw Normal View History

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