|
|
@ -10,7 +10,7 @@ os.environ['FILEREADER_CACHE'] = '1' |
|
|
|
from openpilot.common.realtime import config_realtime_process, Ratekeeper, DT_CTRL |
|
|
|
from openpilot.common.realtime import config_realtime_process, Ratekeeper, DT_CTRL |
|
|
|
from openpilot.selfdrive.boardd.boardd import can_capnp_to_can_list |
|
|
|
from openpilot.selfdrive.boardd.boardd import can_capnp_to_can_list |
|
|
|
from openpilot.tools.lib.logreader import LogReader |
|
|
|
from openpilot.tools.lib.logreader import LogReader |
|
|
|
from panda import Panda, PandaJungle |
|
|
|
from panda import PandaJungle |
|
|
|
|
|
|
|
|
|
|
|
# set both to cycle power or ignition |
|
|
|
# set both to cycle power or ignition |
|
|
|
PWR_ON = int(os.getenv("PWR_ON", "0")) |
|
|
|
PWR_ON = int(os.getenv("PWR_ON", "0")) |
|
|
|