Skip to content

Commit fe7d683

Browse files
committed
bug(autoware_system_monitor): apply missing fix
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
1 parent 9418a3c commit fe7d683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/tier4_system_launch/launch/system.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!-- System Monitor -->
4040
<group if="$(var launch_system_monitor)">
4141
<push-ros-namespace namespace="system_monitor"/>
42-
<include file="$(find-pkg-share system_monitor)/launch/system_monitor.launch.xml">
42+
<include file="$(find-pkg-share autoware_system_monitor)/launch/system_monitor.launch.xml">
4343
<arg name="cpu_monitor_config_file" value="$(var system_monitor_cpu_monitor_param_path)"/>
4444
<arg name="gpu_monitor_config_file" value="$(var system_monitor_gpu_monitor_param_path)"/>
4545
<arg name="hdd_monitor_config_file" value="$(var system_monitor_hdd_monitor_param_path)"/>

0 commit comments

Comments
 (0)