We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9418a3c commit fe7d683Copy full SHA for fe7d683
launch/tier4_system_launch/launch/system.launch.xml
@@ -39,7 +39,7 @@
39
<!-- System Monitor -->
40
<group if="$(var launch_system_monitor)">
41
<push-ros-namespace namespace="system_monitor"/>
42
- <include file="$(find-pkg-share system_monitor)/launch/system_monitor.launch.xml">
+ <include file="$(find-pkg-share autoware_system_monitor)/launch/system_monitor.launch.xml">
43
<arg name="cpu_monitor_config_file" value="$(var system_monitor_cpu_monitor_param_path)"/>
44
<arg name="gpu_monitor_config_file" value="$(var system_monitor_gpu_monitor_param_path)"/>
45
<arg name="hdd_monitor_config_file" value="$(var system_monitor_hdd_monitor_param_path)"/>
0 commit comments