Skip to content
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

Merged

Conversation

beyzanurkaya
Copy link
Contributor

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?

  • In psim
Before After
inaccurate-drivable-area.mp4
drivable-area.mp4

Notes for reviewers

Before testing the PR you should enable the dynamic_obstacle_avoidance_module in default_preset.yaml

Interface changes

None.

Effects on system behavior

None.

@beyzanurkaya beyzanurkaya added component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Jul 3, 2024
@beyzanurkaya beyzanurkaya self-assigned this Jul 3, 2024
@github-actions github-actions bot added component:common Common packages from the autoware-common repository. (auto-assigned) and removed component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Jul 3, 2024
Copy link

github-actions bot commented Jul 3, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 28.55%. Comparing base (fbbc44c) to head (b4567e3).

Files Patch % Lines
...nclude/tier4_planning_rviz_plugin/path/display.hpp 0.00% 1 Missing ⚠️
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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 28.55% <ø> (+<0.01%) ⬆️ Carriedforward from fbbc44c

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@beyzanurkaya beyzanurkaya merged commit aebbcc5 into autowarefoundation:main Jul 3, 2024
47 of 50 checks passed
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
tby-udel pushed a commit to tby-udel/autoware.universe that referenced this pull request Jul 14, 2024
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
@beyzanurkaya beyzanurkaya deleted the fix/wrong-drivable-area branch September 4, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Inaccurate drivable area in dynamic_obstacle_avoidance
2 participants