Skip to content

Commit

Permalink
chore(system_monitor): anable gpu monitor in beta/v0.9.1 (#1081)
Browse files Browse the repository at this point in the history
Signed-off-by: Azumi Suzuki <[email protected]>
  • Loading branch information
s-azumi authored Dec 27, 2023
1 parent acef2d2 commit d481034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/system_monitor/launch/system_monitor.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<composable_node pkg="system_monitor" plugin="HddMonitor" name="hdd_monitor">
<param from="$(var hdd_monitor_config_file)"/>
</composable_node>
<!-- <composable_node pkg="system_monitor" plugin="GPUMonitor" name="gpu_monitor"> -->
<!-- <param from="$(var gpu_monitor_config_file)"/> -->
<!-- </composable_node> -->
<composable_node pkg="system_monitor" plugin="GPUMonitor" name="gpu_monitor">
<param from="$(var gpu_monitor_config_file)"/>
</composable_node>
<composable_node pkg="system_monitor" plugin="VoltageMonitor" name="voltage_monitor">
<param from="$(var voltage_monitor_config_file)"/>
</composable_node>
Expand Down

0 comments on commit d481034

Please sign in to comment.