feat(diagnostic_graph_aggregator): "var" substitution support (#11802)#2604
Merged
rej55 merged 1 commit intobeta/v0.48from Jan 6, 2026
Merged
feat(diagnostic_graph_aggregator): "var" substitution support (#11802)#2604rej55 merged 1 commit intobeta/v0.48from
rej55 merged 1 commit intobeta/v0.48from
Conversation
…refoundation#11802) * implement vars substitution Signed-off-by: Autumn60 <harada.akiro@gmail.com> * add test Signed-off-by: Autumn60 <harada.akiro@gmail.com> * update launch Signed-off-by: Autumn60 <harada.akiro@gmail.com> * update doc Signed-off-by: Autumn60 <harada.akiro@gmail.com> * add parameter passing Signed-off-by: Autumn60 <harada.akiro@gmail.com> * fix [build/include_what_you_use] Signed-off-by: Autumn60 <harada.akiro@gmail.com> * format code Signed-off-by: Autumn60 <harada.akiro@gmail.com> * format table Signed-off-by: Autumn60 <harada.akiro@gmail.com> * unify same namespace block Co-authored-by: Junya Sasaki <j2sasaki1990@gmail.com> Signed-off-by: Autumn60 <harada.akiro@gmail.com> * refactor(autoware_diagnostic_graph_aggregator): use YAML map format for graph_vars parameter Signed-off-by: Autumn60 <harada.akiro@gmail.com> * update path.md Signed-off-by: Autumn60 <harada.akiro@gmail.com> --------- Signed-off-by: Autumn60 <harada.akiro@gmail.com> Co-authored-by: Junya Sasaki <j2sasaki1990@gmail.com> (cherry picked from commit 2281d20)
|
rej55
approved these changes
Jan 6, 2026
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.



cherry-pick autowarefoundation#11802
related: #2605