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