Files
IQ.Pilot/opendbc_repo/opendbc/car/mock/values.py
2026-07-20 11:06:57 -05:00

10 lines
183 B
Python

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