feat(rviz): add topic text overlay plugin#37
Merged
satoshi-ota merged 7 commits intoautowarefoundation:mainfrom Apr 21, 2026
Merged
feat(rviz): add topic text overlay plugin#37satoshi-ota merged 7 commits intoautowarefoundation:mainfrom
satoshi-ota merged 7 commits intoautowarefoundation:mainfrom
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
d2b878f to
ac189cf
Compare
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
432b242 to
2d3fd4d
Compare
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
9d23b64 to
d4ae953
Compare
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Kotakku
approved these changes
Apr 20, 2026
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
======================================
Coverage ? 0.00%
======================================
Files ? 1
Lines ? 470
Branches ? 74
======================================
Hits ? 0
Misses ? 470
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new RViz panel plugin for overlaying selected topic text in the 3D view.
The plugin provides a panel that lists supported text-like topics and lets users select one or more topics to display as an overlay. The overlay shows the topic name in a distinguishable color and the
latest text content in white, making it easier to monitor debug/status messages directly in RViz.
Supported inputs include:
autoware_internal_debug_msgs/msg/*Stamped debug message typestier4_debug_msgs/msg/StringStampedvisualization_msgs/msg/Markervisualization_msgs/msg/MarkerArrayFor Marker and MarkerArray, only
TEXT_VIEW_FACINGmarkers are used. For MarkerArray, namespaces can be selected so users can filter which marker text is shown. The selected topics and marker namespaces arepersisted in the RViz config.
movie-2026-04-17_10.54.10.mp4
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.