Files
openpilot/opendbc_repo/opendbc/car/mock/values.py

10 lines
183 B
Python
Raw Normal View History

2026-01-11 18:23:29 +08:00
from opendbc.car import CarSpecs, PlatformConfig, Platforms
class CAR(Platforms):
MOCK = PlatformConfig(
[],
CarSpecs(mass=1700, wheelbase=2.7, steerRatio=13),
{}
)