Files
clearpilot/selfdrive/car/mock/values.py
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

11 lines
207 B
Python
Executable File

from openpilot.selfdrive.car import CarSpecs, PlatformConfig, Platforms
class CAR(Platforms):
MOCK = PlatformConfig(
'mock',
[],
CarSpecs(mass=1700, wheelbase=2.7, steerRatio=13),
{}
)