fix maneuversd.py

This commit is contained in:
Shane Smiskol
2024-09-13 14:47:04 -07:00
committed by GitHub
parent 4897c9821d
commit 3da5ddae71
+1 -1
View File
@@ -112,7 +112,7 @@ def main():
cloudlog.info("joystickd is waiting for CarParams")
CP = messaging.log_from_bytes(params.get("CarParams", block=True), car.CarParams)
sm = messaging.SubMaster(['carState', 'controlsState', 'selfdriveState', 'modelV2'], poll='modelV2')
sm = messaging.SubMaster(['carState', 'carControl', 'controlsState', 'selfdriveState', 'modelV2'], poll='modelV2')
pm = messaging.PubMaster(['longitudinalPlan', 'driverAssistance', 'alertDebug'])
maneuvers = iter(MANEUVERS)