-
Notifications
You must be signed in to change notification settings - Fork 668
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(motion_velocity_planner): fix heavy resampling and transform lookup #8839
perf(motion_velocity_planner): fix heavy resampling and transform lookup #8839
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
e3b4c84
to
51cf076
Compare
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
51cf076
to
c48e44c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8839 +/- ##
=======================================
Coverage 27.92% 27.92%
=======================================
Files 1324 1328 +4
Lines 98838 98885 +47
Branches 39788 39805 +17
=======================================
+ Hits 27603 27617 +14
- Misses 71139 71172 +33
Partials 96 96
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Description
Related links
Parent Issue:
Private Links:
Tested along with #8870 and #8798
How was this PR tested?
Psim and evaluator
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.