Source code for selfdrive.car.mock.values

from openpilot.selfdrive.car import CarSpecs, PlatformConfig, Platforms


[docs] class CAR(Platforms): MOCK = PlatformConfig( [], CarSpecs(mass=1700, wheelbase=2.7, steerRatio=13), {} )