mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-20 23:53:44 +08:00
manager: move to system/ (#32538)
* manager: move to system/ * one more
This commit is contained in:
@@ -24,7 +24,7 @@ import argparse
|
||||
import re
|
||||
from collections import defaultdict
|
||||
|
||||
from openpilot.selfdrive.manager.process_config import managed_processes
|
||||
from openpilot.system.manager.process_config import managed_processes
|
||||
|
||||
# Do statistics every 5 seconds
|
||||
PRINT_INTERVAL = 5
|
||||
|
||||
@@ -8,7 +8,7 @@ from openpilot.common.realtime import DT_CTRL
|
||||
from openpilot.selfdrive.car.honda.interface import CarInterface
|
||||
from openpilot.selfdrive.controls.lib.events import ET, Events
|
||||
from openpilot.selfdrive.controls.lib.alertmanager import AlertManager
|
||||
from openpilot.selfdrive.manager.process_config import managed_processes
|
||||
from openpilot.system.manager.process_config import managed_processes
|
||||
|
||||
EventName = car.CarEvent.EventName
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import time
|
||||
|
||||
from cereal import car, log, messaging
|
||||
from openpilot.common.params import Params
|
||||
from openpilot.selfdrive.manager.process_config import managed_processes
|
||||
from openpilot.system.manager.process_config import managed_processes
|
||||
from openpilot.system.hardware import HARDWARE
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user