Release 260111
This commit is contained in:
7
opendbc_repo/opendbc/car/mock/carstate.py
Normal file
7
opendbc_repo/opendbc/car/mock/carstate.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from opendbc.car import structs
|
||||
from opendbc.car.interfaces import CarStateBase
|
||||
|
||||
|
||||
class CarState(CarStateBase):
|
||||
def update(self, *_) -> structs.CarState:
|
||||
return structs.CarState()
|
||||
Reference in New Issue
Block a user