-
Notifications
You must be signed in to change notification settings - Fork 673
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
refactor(autoware_universe_utils): refactor Boost.Geometry alternatives #8594
refactor(autoware_universe_utils): refactor Boost.Geometry alternatives #8594
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: mitukou1109 <mitukou1109@gmail.com>
188c165
to
61556ae
Compare
Signed-off-by: mitukou1109 <mitukou1109@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8594 +/- ##
==========================================
+ Coverage 25.02% 25.04% +0.02%
==========================================
Files 1316 1318 +2
Lines 97968 97968
Branches 37793 37793
==========================================
+ Hits 24512 24532 +20
+ Misses 70957 70936 -21
- Partials 2499 2500 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…es (autowarefoundation#8594) * move alternatives to separate files Signed-off-by: mitukou1109 <mitukou1109@gmail.com> * style(pre-commit): autofix * include missing headers Signed-off-by: mitukou1109 <mitukou1109@gmail.com> --------- Signed-off-by: mitukou1109 <mitukou1109@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This PR moves the implementation of Boost.Geometry alternatives to separate files.
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.