fix(autoware_planning_evaluator): sort predicted paths#12034
Merged
xtk8532704 merged 2 commits intoautowarefoundation:mainfrom Feb 7, 2026
Merged
fix(autoware_planning_evaluator): sort predicted paths#12034xtk8532704 merged 2 commits intoautowarefoundation:mainfrom
xtk8532704 merged 2 commits intoautowarefoundation:mainfrom
Conversation
Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12034 +/- ##
==========================================
+ Coverage 18.12% 18.33% +0.20%
==========================================
Files 1840 1817 -23
Lines 126393 125355 -1038
Branches 44093 43519 -574
==========================================
+ Hits 22909 22978 +69
+ Misses 84542 83743 -799
+ Partials 18942 18634 -308
*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:
|
kosuke55
approved these changes
Feb 7, 2026
xtk8532704
added a commit
to tier4/autoware_universe
that referenced
this pull request
Feb 9, 2026
…ation#12034) fix predicted path sorting bug Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
sarun-hub
pushed a commit
to sarun-hub/autoware_universe
that referenced
this pull request
Feb 10, 2026
…ation#12034) fix predicted path sorting bug Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
PanConChicharron
pushed a commit
to PanConChicharron/autoware.universe
that referenced
this pull request
Feb 12, 2026
…ation#12034) fix predicted path sorting bug Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
KeisukeShima
pushed a commit
to KeisukeShima/autoware.universe
that referenced
this pull request
Mar 16, 2026
…ation#12034) fix predicted path sorting bug Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
mkquda
pushed a commit
to tier4/autoware_universe
that referenced
this pull request
Mar 16, 2026
…ation#12034) fix predicted path sorting bug Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
mkquda
pushed a commit
to tier4/autoware_universe
that referenced
this pull request
Apr 22, 2026
…ation#12034) fix predicted path sorting bug Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
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
Originally, I assumed that the predicted paths were sorted from highest to lowest confidence, but I found that this isn't always the case.
This PR sort them predicted paths manually.
Related links
Parent Issue:
Private Links:
How was this PR tested?
Psim
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.