-
Notifications
You must be signed in to change notification settings - Fork 684
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
fix(goal_planner): fix object extraction area #8764
fix(goal_planner): fix object extraction area #8764
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@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 #8764 +/- ##
==========================================
- Coverage 24.13% 24.12% -0.02%
==========================================
Files 1407 1411 +4
Lines 102317 102374 +57
Branches 38830 38832 +2
==========================================
Hits 24699 24699
- Misses 75045 75102 +57
Partials 2573 2573
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: emuemuJP <k.matsumoto.0807@gmail.com>
Description
fix #8714
especially when bound has only two points, polygon can be created correctly
before
after
Related links
Parent Issue:
psim
2024/09/05 https://evaluation.tier4.jp/evaluation/reports/ea173245-3b3b-5acc-880d-b783123747af/?project_id=prd_jt
fix UC-v3-F-04-00003_005_case01_cmn_general:10
before
after
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.