Release 260111
This commit is contained in:
9
opendbc_repo/opendbc/car/mock/values.py
Normal file
9
opendbc_repo/opendbc/car/mock/values.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from opendbc.car import CarSpecs, PlatformConfig, Platforms
|
||||
|
||||
|
||||
class CAR(Platforms):
|
||||
MOCK = PlatformConfig(
|
||||
[],
|
||||
CarSpecs(mass=1700, wheelbase=2.7, steerRatio=13),
|
||||
{}
|
||||
)
|
||||
Reference in New Issue
Block a user