carrot/selfdrive/car/mock/carcontroller.py

6 lines
186 B
Python
Raw Normal View History

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