feat: add switchable display surfaces for Plot2D (Dock Panel and 3D Overlay) - #9
Open
sevahul wants to merge 3 commits into
Open
feat: add switchable display surfaces for Plot2D (Dock Panel and 3D Overlay)#9sevahul wants to merge 3 commits into
sevahul wants to merge 3 commits into
Conversation
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.
Summary
This PR adds a new display-surface mode for Plot2D so users can choose where the plot is rendered:
The Dock Panel mode is now the default.
Motivation
The plugin previously rendered only as an in-viewport overlay. This change adds a panel-based presentation mode similar to how image visualization is commonly used in RViz, while preserving the existing overlay behavior.
What Changed
DisplaySurfacePlot2DConfigasdisplay_surfaceDisplay SurfaceDock Panel3D Overlay3D Overlaymode:Dock Panelmode:Dock Panelis selectedDisplay Surfaceproperty presence and config mappingBehavior Notes
Dock Panel.3D Overlayrestores overlay rendering path.Dock Panelhides overlay and renders in the associated dock panel.