-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(autoware_map_based_prediction): removed duplicate findNearest calculations #8490
perf(autoware_map_based_prediction): removed duplicate findNearest calculations #8490
Conversation
…lculations Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8490 +/- ##
==========================================
+ Coverage 23.87% 23.89% +0.01%
==========================================
Files 1380 1382 +2
Lines 101838 101872 +34
Branches 38775 38791 +16
==========================================
+ Hits 24315 24341 +26
- Misses 75047 75099 +52
+ Partials 2476 2432 -44
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
perception/autoware_map_based_prediction/src/map_based_prediction_node.cpp
Outdated
Show resolved
Hide resolved
…ion_node.cpp Signed-off-by: Y.Hisaki <yhisaki31@gmail.com> Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com>
perception/autoware_map_based_prediction/src/map_based_prediction_node.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked and also accelerated my X2 test case.
LGTM
…lculations (autowarefoundation#8490) Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…lculations (autowarefoundation#8490) (#1470) Signed-off-by: Y.Hisaki <yhisaki31@gmail.com> Co-authored-by: Yukinari Hisaki <42021302+yhisaki@users.noreply.github.com>
Description
This PR contains 2 changes.
Perfomance Improvement
How was this PR tested?
https://evaluation.tier4.jp/evaluation/reports/b4f0ddee-5301-5708-a968-41699f2d7c0b?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.