fix maneuversd.py

pull/33558/head
Shane Smiskol 12 months ago committed by GitHub
parent 4897c9821d
commit 3da5ddae71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/longitudinal_maneuvers/maneuversd.py

@ -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)

Loading…
Cancel
Save