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 #1725 from saka1-s/feat/report-safe-fault
feat: customize hazard status converter
- Loading branch information
1 parent
28225d7
commit cfec479
Showing
4 changed files
with
13 additions
and
2 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
2 changes: 2 additions & 0 deletions
2
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,6 +1,8 @@ | ||
<launch> | ||
<arg name="report_only_diag" default="false"/> | ||
<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"/> | ||
<param name="report_only_diag" value="$(var report_only_diag)"/> | ||
</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
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