Release 260111
This commit is contained in:
6
opendbc_repo/opendbc/car/mock/carcontroller.py
Normal file
6
opendbc_repo/opendbc/car/mock/carcontroller.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from opendbc.car.interfaces import CarControllerBase
|
||||
|
||||
|
||||
class CarController(CarControllerBase):
|
||||
def update(self, CC, CS, now_nanos):
|
||||
return CC.actuators.as_builder(), []
|
||||
Reference in New Issue
Block a user