-
Notifications
You must be signed in to change notification settings - Fork 682
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
feat(universe_utils): add Buffer implementation to replace boost.buffer() #9333
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
common/autoware_universe_utils/test/src/geometry/test_geometry.cpp
Outdated
Show resolved
Hide resolved
common/autoware_universe_utils/include/autoware/universe_utils/geometry/buffer.hpp
Show resolved
Hide resolved
common/autoware_universe_utils/include/autoware/universe_utils/geometry/buffer.hpp
Outdated
Show resolved
Hide resolved
common/autoware_universe_utils/include/autoware/universe_utils/geometry/buffer.hpp
Outdated
Show resolved
Hide resolved
common/autoware_universe_utils/include/autoware/universe_utils/geometry/buffer.hpp
Outdated
Show resolved
Hide resolved
common/autoware_universe_utils/include/autoware/universe_utils/geometry/temp_polygon_clip.hpp
Outdated
Show resolved
Hide resolved
@mraditya01 could you resolve the conflicts and rebase this PR? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9333 +/- ##
==========================================
+ Coverage 28.30% 28.42% +0.12%
==========================================
Files 1485 1486 +1
Lines 111091 111251 +160
Branches 43152 43220 +68
==========================================
+ Hits 31445 31628 +183
+ Misses 76626 76592 -34
- Partials 3020 3031 +11
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Added new buffer function within universe_utils to replace boost.buffer function on point, multiple points, polygons, and multi polygons. Algorithm based on POLYGON OFFSETTING BY COMPUTING WINDING NUMBERS, Xiaorui Chen Sara McMains, Berkeley, 2005
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.