Skip to content

Commit

Permalink
feat: launch diagnostic graph converter tool (#606)
Browse files Browse the repository at this point in the history
* feat: launch diagnostic graph converter tool

Signed-off-by: Tomohito Ando <[email protected]>

* fix comments

Signed-off-by: Tomohito Ando <[email protected]>

---------

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored and saka1-s committed Jun 25, 2024
1 parent 822ab2d commit 1b87dc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,12 @@
if="$(var rviz)"
respawn="$(var rviz_respawn)"
/>

<!-- Convert "/diagnostics_graph" to "/diagnostics_agg" for debugging purpose -->
<group if="$(var launch_system)">
<include file="$(find-pkg-share diagnostic_graph_aggregator)/launch/converter.launch.xml">
<arg name="complement" value="true"/>
</include>
</group>
</group>
</launch>

0 comments on commit 1b87dc6

Please sign in to comment.