saves ~1% CPUpull/33208/head
parent
1a61723c2c
commit
6f307cf19f
12 changed files with 13 additions and 13 deletions
@ -1,6 +1,6 @@ |
|||||||
import copy |
|
||||||
from openpilot.selfdrive.car.interfaces import CarControllerBase |
from openpilot.selfdrive.car.interfaces import CarControllerBase |
||||||
|
|
||||||
|
|
||||||
class CarController(CarControllerBase): |
class CarController(CarControllerBase): |
||||||
def update(self, CC, CS, now_nanos): |
def update(self, CC, CS, now_nanos): |
||||||
return copy.deepcopy(CC.actuators), [] |
return CC.actuators, [] |
||||||
|
Loading…
Reference in new issue