mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-18 07:42:08 +08:00
plannerd: remove last of liveMpc
old-commit-hash: da74a6cf73ab94999c6cb17d2598cdad2f1a27e0
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user