-
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(tier4_autoware_utils): add toBoundingBox function #3289
Conversation
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
common/tier4_autoware_utils/test/src/geometry/test_boost_polygon_utils.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3289 +/- ##
=======================================
Coverage 12.42% 12.42%
=======================================
Files 1365 1365
Lines 95252 95295 +43
Branches 27171 27197 +26
=======================================
+ Hits 11835 11844 +9
- Misses 70900 70921 +21
- Partials 12517 12530 +13
*This pull request uses carry forward flags. Click here to find out more.
... and 1363 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Description
Add a function that convert to bounding box (polygon2d) from base_link pose and some necessary informatino.
Related links
Tests performed
Unit Test
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.