Files
IQ.Pilot/artifacts/package_runtime/iqdbc/car/mock/carcontroller.py
2026-09-03 18:23:24 -05:00

7 lines
180 B
Python

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