feat(planning_debug_tools): update GUI and add new properties#380
Open
ktro2828 wants to merge 15 commits intoautowarefoundation:mainfrom
Open
feat(planning_debug_tools): update GUI and add new properties#380ktro2828 wants to merge 15 commits intoautowarefoundation:mainfrom
ktro2828 wants to merge 15 commits intoautowarefoundation:mainfrom
Conversation
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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
Screencast.from.2026.03.27.16.27.51.webm
This pull request introduces significant improvements to the trajectory visualizer tool in the
planning_debug_toolspackage. The main enhancement is support for multiple independently configurable subplots, allowing users to visualize different metrics or data ranges simultaneously. The UI has been updated to manage multiple plots, each with its own x/y axis and y-zoom, while sharing the same set of selected trajectory topics. There are also updates to the documentation and configuration files to reflect these new capabilities.Major new features and improvements:
Multiple subplot support and configuration:
config.yaml) now supports aninitial_plotsfield for specifying multiple initial subplots, each with its own axis and zoom settings. The legacyinitial_axisfield is still supported for backward compatibility. [1] [2]GUI and usability enhancements:
Plotting logic and candidate trajectory handling:
Documentation updates:
These changes make the trajectory visualizer significantly more flexible and user-friendly, especially when comparing multiple metrics or tuning parameters.
References: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]
How was this PR tested?
I confirmed it works as I expected like above video.
Notes for reviewers
None.
Effects on system behavior
None.