Skip to content

Commit

Permalink
Revert "feature: MRMのトピックを変更"
Browse files Browse the repository at this point in the history
  • Loading branch information
yabuta authored Jan 29, 2024
1 parent 03645cc commit 727b159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signage/src/signage/autoware_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, node):
)
self._sub_mrm = node.create_subscription(
MrmState,
"/supervisor/fail_safe/overall/mrm_state",
"/api/fail_safe/mrm_state",
self.sub_mrm_callback,
api_qos,
)
Expand Down

0 comments on commit 727b159

Please sign in to comment.