fix(planning_evaluator): incorrect DRAC formula#12124
Merged
xtk8532704 merged 2 commits intoautowarefoundation:mainfrom Feb 18, 2026
Merged
fix(planning_evaluator): incorrect DRAC formula#12124xtk8532704 merged 2 commits intoautowarefoundation:mainfrom
xtk8532704 merged 2 commits intoautowarefoundation:mainfrom
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: xtk8532704 <1041084556@qq.com>
259a671 to
3effcb2
Compare
kosuke55
approved these changes
Feb 18, 2026
Signed-off-by: xtk8532704 <1041084556@qq.com>
5e6c4b6 to
a7fcf3f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12124 +/- ##
==========================================
+ Coverage 18.05% 18.70% +0.65%
==========================================
Files 1838 1868 +30
Lines 126279 127318 +1039
Branches 44164 46602 +2438
==========================================
+ Hits 22796 23821 +1025
- Misses 84517 85304 +787
+ Partials 18966 18193 -773
*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:
|
xtk8532704
added a commit
to tier4/autoware_universe
that referenced
this pull request
Feb 18, 2026
…2124) * fix drac calculation Signed-off-by: xtk8532704 <1041084556@qq.com> * fix unit test Signed-off-by: xtk8532704 <1041084556@qq.com> --------- Signed-off-by: xtk8532704 <1041084556@qq.com>
xtk8532704
added a commit
to tier4/autoware_universe
that referenced
this pull request
Feb 18, 2026
…2124) * fix drac calculation Signed-off-by: xtk8532704 <1041084556@qq.com> * fix unit test Signed-off-by: xtk8532704 <1041084556@qq.com> --------- Signed-off-by: xtk8532704 <1041084556@qq.com>
KeisukeShima
pushed a commit
to KeisukeShima/autoware.universe
that referenced
this pull request
Mar 16, 2026
…2124) * fix drac calculation Signed-off-by: xtk8532704 <1041084556@qq.com> * fix unit test Signed-off-by: xtk8532704 <1041084556@qq.com> --------- Signed-off-by: xtk8532704 <1041084556@qq.com>
mkquda
pushed a commit
to tier4/autoware_universe
that referenced
this pull request
Mar 16, 2026
…2124) * fix drac calculation Signed-off-by: xtk8532704 <1041084556@qq.com> * fix unit test Signed-off-by: xtk8532704 <1041084556@qq.com> --------- Signed-off-by: xtk8532704 <1041084556@qq.com>
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
Fix the incorrect DRAC calculation formula
Related links
https://star4.slack.com/archives/CRUE57C30/p1771316606324659?thread_ts=1770295766.670899&cid=CRUE57C30
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.