Fleet Manager

Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent ac5eb105f0
commit 8bb10b7785
26 changed files with 1154 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ procs = [
PythonProcess("webjoystick", "tools.bodyteleop.web", notcar),
# FrogPilot processes
PythonProcess("fleet_manager", "selfdrive.frogpilot.fleetmanager.fleet_manager", always_run),
]
managed_processes = {p.name: p for p in procs}