Skip to content

fix(autoware_planning_evaluator): sort predicted paths#12034

Merged
xtk8532704 merged 2 commits intoautowarefoundation:mainfrom
tier4:fix-pred-path-sort
Feb 7, 2026
Merged

fix(autoware_planning_evaluator): sort predicted paths#12034
xtk8532704 merged 2 commits intoautowarefoundation:mainfrom
tier4:fix-pred-path-sort

Conversation

@xtk8532704
Copy link
Copy Markdown
Contributor

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:

  • Link

Private Links:

How was this PR tested?

Psim

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Kem (TiankuiXian) <temkei.kem@tier4.jp>
@github-actions github-actions Bot added the component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) label Feb 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@xtk8532704 xtk8532704 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 6, 2026
@xtk8532704 xtk8532704 marked this pull request as ready for review February 6, 2026 09:17
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 6, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 18.33%. Comparing base (ea65607) to head (7c1ab21).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...ning_evaluator/src/obstacle_metrics_calculator.cpp 0.00% 1 Missing ⚠️
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     
Flag Coverage Δ *Carryforward flag
daily 20.57% <ø> (-0.08%) ⬇️ Carriedforward from 6307f1a
daily-cuda 18.04% <ø> (-0.11%) ⬇️ Carriedforward from 6307f1a
differential 43.78% <0.00%> (?)
total-cuda 18.16% <ø> (+0.03%) ⬆️ Carriedforward from 6307f1a

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xtk8532704 xtk8532704 merged commit 13ea8ae into autowarefoundation:main Feb 7, 2026
44 checks passed
@xtk8532704 xtk8532704 deleted the fix-pred-path-sort branch February 7, 2026 05:31
@github-project-automation github-project-automation Bot moved this from To Triage to Done in Software Working Group 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants