Skip to content

Commit

Permalink
fix maneuversd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Sep 13, 2024
1 parent 4897c98 commit 3da5dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/longitudinal_maneuvers/maneuversd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3da5dda

Please sign in to comment.