Files
StarPilot/selfdrive/car/mock/carcontroller.py
2025-02-03 04:47:57 -07:00

6 lines
186 B
Python
Executable File

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