-
Notifications
You must be signed in to change notification settings - Fork 670
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(tier4_planning_rviz_plugin): fix calculation of drivable area bounds #7815
fix(tier4_planning_rviz_plugin): fix calculation of drivable area bounds #7815
Conversation
Signed-off-by: beyza <[email protected]>
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 #7815 +/- ##
==========================================
- Coverage 28.55% 28.55% -0.01%
==========================================
Files 1586 1587 +1
Lines 115879 115904 +25
Branches 49384 49387 +3
==========================================
Hits 33093 33093
- Misses 73823 73848 +25
Partials 8963 8963
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…nds (autowarefoundation#7815) change angle condition Signed-off-by: beyza <[email protected]> Signed-off-by: palas21 <[email protected]>
…nds (autowarefoundation#7815) change angle condition Signed-off-by: beyza <[email protected]>
…nds (#7815) change angle condition Signed-off-by: beyza <[email protected]>
…nds (autowarefoundation#7815) change angle condition Signed-off-by: beyza <[email protected]>
Description
Fixes: #7684
Actually, cases where
diff_angle
is 0 are handled differently here, but when values very close to 0 are handled as any other value, the width is miscalculated, so strange boundaries appear.Related links
Parent Issue:
How was this PR tested?
inaccurate-drivable-area.mp4
drivable-area.mp4
Notes for reviewers
Before testing the PR you should enable the
dynamic_obstacle_avoidance_module
indefault_preset.yaml
Interface changes
None.
Effects on system behavior
None.