Files
openpilot/opendbc_repo/opendbc/car/mock/carstate.py
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +08:00

8 lines
186 B
Python

from opendbc.car import structs
from opendbc.car.interfaces import CarStateBase
class CarState(CarStateBase):
def update(self, *_) -> structs.CarState:
return structs.CarState()