forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1214 from tier4/feat/launch-mrm-handler
feat(tier4_system_launch): add option to launch mrm handler (autowarefoundation#6660)
- Loading branch information
Showing
3 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
system/hazard_status_converter/launch/hazard_status_converter.launch.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<launch> | ||
<node pkg="hazard_status_converter" exec="converter" name="hazard_status_converter"/> | ||
<node pkg="hazard_status_converter" exec="converter" name="hazard_status_converter"> | ||
<remap from="~/diagnostics_graph" to="/diagnostics_graph"/> | ||
<remap from="~/hazard_status" to="/system/emergency/hazard_status"/> | ||
</node> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters