Skip to content

Commit

Permalink
[develop/fetch][gazebo] add arg to launch google_analyze_text cpu_mon…
Browse files Browse the repository at this point in the history
…itor for gazebo
  • Loading branch information
mqcmd196 committed May 20, 2024
1 parent 460f338 commit 57f4500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<arg name="launch_network_status" default="true" />
<arg name="launch_audible_warning" default="true" />
<arg name="launch_check_driver_boards" default="true" />
<arg name="launch_cpu_monitor" default="true" />

<!--iot devices -->
<arg name="launch_rosserial" default="true" />
Expand Down Expand Up @@ -152,7 +153,7 @@

<!-- publish CPU status to diagnostics -->
<node name="cpu_monitor" pkg="pr2_computer_monitor" type="cpu_monitor.py"
args="--diag-hostname=my_machine" >
args="--diag-hostname=my_machine" if="$(arg launch_cpu_monitor)">
<param name="check_ipmi_tool" value="false" type="bool" />
<param name="enforce_clock_speed" value="false" type="bool" />
<param name="num_cores" value="-1" type="int" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@
<arg name="launch_rosserial" default="false" />
<arg name="launch_switchbot" default="false" />
<arg name="launch_fetch_lifelog" default="false" />
<arg name="launch_google_analyze_text" default="false" />
<arg name="launch_cpu_monitor" default="false" />
</include>
</launch>

0 comments on commit 57f4500

Please sign in to comment.