File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
<launch >
2
+ <arg name =" gpu_monitor_rate" default =" 1.0" />
3
+ <arg name =" gpu_stats_window_max" default =" 172800" doc =" ROS Topic's statistics feature. Default '172800' is 48 hours for 1 hz" />
4
+
2
5
<!-- Sensors -->
3
6
<node pkg =" libsensors_monitor" type =" libsensors_monitor" name =" libsensors_monitor" output =" screen" respawn =" true" />
4
7
5
8
<node pkg =" computer_hw" type =" nvidia_temp.py" name =" nvidia_temperature_monitor" output =" screen" respawn =" true" >
6
- <param name =" gpu_monitor_rate" value =" 1.0" />
9
+ <param name =" enable_statistics" value =" true" />
10
+ <param name =" statistics_window_max_elements" value =" $(arg gpu_stats_window_max)" />
11
+ <param name =" gpu_monitor_rate" value =" $(arg gpu_monitor_rate)" />
7
12
</node >
8
13
9
14
<!-- Enable ROS' diagnostics aggregation feature -->
You can’t perform that action at this time.
0 commit comments