Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rviz): visualize error diag graph #682

Merged
merged 4 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
takayuki5168 marked this conversation as resolved.
Show resolved Hide resolved
Value: true
Value height offset: 0
Enabled: true
Name: System
Expand Down
Loading