更新 system/manager/process_config.py

This commit is contained in:
mawei 2024-06-18 16:49:29 +08:00
parent d260df2fc0
commit 6ec9da11be
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ procs = [
# FrogPilot processes
PythonProcess("fleet_manager", "selfdrive.frogpilot.fleetmanager.fleet_manager", always_run),
PythonProcess("frogpilot_process", "selfdrive.frogpilot.frogpilot_process", always_run),
#PythonProcess("frogpilot_process", "selfdrive.frogpilot.frogpilot_process", always_run),
PythonProcess("mapd", "selfdrive.frogpilot.navigation.mapd", always_run),
]