plannerd: remove last of liveMpc

pull/22179/head
Adeeb Shihadeh 2021-09-09 14:09:09 -07:00
parent 81a128cd76
commit da74a6cf73
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def plannerd_thread(sm=None, pm=None):
poll=['radarState', 'modelV2'], ignore_avg_freq=['radarState'])
if pm is None:
pm = messaging.PubMaster(['longitudinalPlan', 'liveLongitudinalMpc', 'lateralPlan', 'liveMpc'])
pm = messaging.PubMaster(['longitudinalPlan', 'lateralPlan'])
while True:
sm.update()