fix(diffusion_planner): removed result.predictions.clear();#12171
Merged
SakodaShintaro merged 1 commit intoautowarefoundation:mainfrom Feb 25, 2026
Merged
Conversation
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
go-sakayori
approved these changes
Feb 25, 2026
ff44c63
into
autowarefoundation:main
37 of 43 checks passed
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12171 +/- ##
==========================================
+ Coverage 18.11% 18.16% +0.05%
==========================================
Files 1841 1844 +3
Lines 126643 126900 +257
Branches 44419 44460 +41
==========================================
+ Hits 22941 23051 +110
- Misses 84592 84841 +249
+ Partials 19110 19008 -102
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
The autoware_perception_msgs/TrafficLightGroup message type was updated to include a predictions array in the following PRs (v1.8.0 and later):
To maintain backward compatibility, this PR removes the line result.predictions.clear();. Since this line currently has no functional impact, removing it will not affect the system's behavior.
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.