Files
onepilot/selfdrive/car/mock/values.py
T
2024-07-02 01:20:51 +00:00

10 lines
195 B
Python

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