Skip to content

Commit

Permalink
Merge pull request #682 from tier4/feat/error-diag-graph
Browse files Browse the repository at this point in the history
feat(rviz): visualize error diag graph
  • Loading branch information
takayuki5168 authored Dec 10, 2024
2 parents 426a873 + 244897d commit 3393cde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<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"/>
<arg name="show_rate" value="10.0"/>
<arg name="enable_terminal_log" value="false"/>
</include>
</launch>
16 changes: 8 additions & 8 deletions autoware_launch/rviz/autoware.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -268,21 +268,21 @@ Visualization Manager:
Primary Color: 174; 174; 174
Enabled: true
Name: Vehicle
- Class: rviz_plugins/MrmSummaryOverlayDisplay
- Class: rviz_plugins/StringStampedOverlayDisplay
Enabled: true
Font Size: 10
Font Size: 12
Left: 10
Max Letter Num: 100
Name: MRM Summary
Text Color: 25; 255; 240
Max Letter Num: 70
Name: Error Diag Graph
Text Color: 51; 201; 220
Top: 10
Topic:
Depth: 5
Depth: 1
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /system/emergency/hazard_status
Value: false
Value: /logging_diag_graph/debug/error_graph_text
Value: true
Value height offset: 0
Enabled: true
Name: System
Expand Down

0 comments on commit 3393cde

Please sign in to comment.