Files

8 lines
186 B
Python
Raw Permalink Normal View History

2026-01-11 18:23:29 +08:00
from opendbc.car import structs
from opendbc.car.interfaces import CarStateBase
class CarState(CarStateBase):
def update(self, *_) -> structs.CarState:
return structs.CarState()