Files
onepilot/selfdrive/car/mock/carcontroller.py
T
2024-07-02 01:20:51 +00:00

6 lines
186 B
Python

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