Skip to content

Commit

Permalink
launch option of recovery node
Browse files Browse the repository at this point in the history
  • Loading branch information
saka1-s committed Sep 5, 2024
1 parent 6258367 commit ba8d938
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions launch/tier4_system_launch/launch/system.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<arg name="launch_system_monitor" default="true" description="launch system monitor"/>
<arg name="launch_dummy_diag_publisher" description="launch dummy diag publisher"/>
<arg name="launch_system_recover_operator" default="false" description="launch recover operator"/>
<arg name="run_mode" default="online" description="options: online, logging_simulation, planning_simulation"/>
<arg name="sensor_model" description="sensor model name"/>

Expand Down Expand Up @@ -154,4 +155,9 @@
<arg name="launch_rqt_runtime_monitor_err" value="$(var launch_rqt_runtime_monitor_err)"/>
</include>
</group>

<!-- Dummy Diag Publisher -->
<group if="$(var launch_system_recover_operator)">
<node pkg="diagnostic_graph_aggregator" exec="recovery" name="recovery"/>
</group>
</launch>

0 comments on commit ba8d938

Please sign in to comment.