Skip to content

Commit

Permalink
Merge pull request autowarefoundation#456 from tier4/add-logging-node…
Browse files Browse the repository at this point in the history
…-awf-latest

feat(diagnostic_graph_utils): launch logging node for diagnostic_graph
  • Loading branch information
TakaHoribe authored Jun 20, 2024
2 parents 94d15ee + 321cffa commit 37ca89d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@
<arg name="diagnostic_graph_aggregator_param_path" value="$(var diagnostic_graph_aggregator_param_path)"/>
<arg name="diagnostic_graph_aggregator_graph_path" value="$(var diagnostic_graph_aggregator_graph_path)"/>
</include>

<!-- For logging of diagnostics_graph error -->
<include file="$(find-pkg-share diagnostic_graph_utils)/launch/logging.launch.xml">
<arg name="root_path" value="/autoware/modes/autonomous"/>
<arg name="max_depth" value="3"/>
<arg name="show_rate" value="0.2"/>
</include>
</launch>

0 comments on commit 37ca89d

Please sign in to comment.