Update frogpilot_process.py

This commit is contained in:
James
2026-01-21 17:05:04 -07:00
parent 1150f36fc8
commit 3aa807d963
+2 -1
View File
@@ -89,10 +89,11 @@ def frogpilot_thread():
config_realtime_process(5, Priority.CTRL_LOW)
pm = messaging.PubMaster(["frogpilotPlan"])
# TEMP: removed "mapdOut" to test if it's causing carState timing issues
sm = messaging.SubMaster(["carControl", "carState", "controlsState", "deviceState", "driverMonitoringState",
"gpsLocation", "gpsLocationExternal", "liveParameters", "managerState", "modelV2",
"onroadEvents", "pandaStates", "radarState", "selfdriveState", "frogpilotCarState",
"frogpilotSelfdriveState", "frogpilotModelV2", "frogpilotOnroadEvents", "mapdOut"],
"frogpilotSelfdriveState", "frogpilotModelV2", "frogpilotOnroadEvents"],
poll="modelV2")
params = Params(return_defaults=True)