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.
feat: change from node_death_monitor from process_alive_monitor
Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
- Loading branch information
1 parent
8ef11c7
commit 572427d
Showing
9 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
system/autoware_node_death_monitor/launch/autoware_node_death_monitor.launch.xml
This file was deleted.
Oops, something went wrong.
Empty file.
6 changes: 3 additions & 3 deletions
6
...utoware_node_death_monitor/CMakeLists.txt → ...ware_process_alive_monitor/CMakeLists.txt
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
File renamed without changes.
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
12 changes: 12 additions & 0 deletions
12
system/autoware_process_alive_monitor/launch/autoware_process_alive_monitor.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<launch> | ||
<!-- Parameter --> | ||
<arg name="config_file" default="$(find-pkg-share autoware_process_alive_monitor)/config/autoware_process_alive_monitor.param.yaml"/> | ||
|
||
<!-- Set log level --> | ||
<arg name="log_level" default="info"/> | ||
|
||
<node pkg="autoware_process_alive_monitor" exec="autoware_process_alive_monitor_node" name="process_alive_monitor" output="screen" args="--ros-args --log-level $(var log_level)"> | ||
<!-- Parameter --> | ||
<param from="$(var config_file)"/> | ||
</node> | ||
</launch> |
4 changes: 2 additions & 2 deletions
4
...m/autoware_node_death_monitor/package.xml → ...utoware_process_alive_monitor/package.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
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