Skip to content

Commit

Permalink
bug(autoware_system_monitor): apply missing fix
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki committed Jan 24, 2025
1 parent 9418a3c commit fe7d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_system_launch/launch/system.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- System Monitor -->
<group if="$(var launch_system_monitor)">
<push-ros-namespace namespace="system_monitor"/>
<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">
<arg name="cpu_monitor_config_file" value="$(var system_monitor_cpu_monitor_param_path)"/>
<arg name="gpu_monitor_config_file" value="$(var system_monitor_gpu_monitor_param_path)"/>
<arg name="hdd_monitor_config_file" value="$(var system_monitor_hdd_monitor_param_path)"/>
Expand Down

0 comments on commit fe7d683

Please sign in to comment.