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

refactor(static_avoidance): modify getAdjacentLane function #7843

Conversation

go-sakayori
Copy link
Contributor

@go-sakayori go-sakayori commented Jul 4, 2024

Description

Left opposite lanes were not considered in the getAdjacentLane function. This PR adds the left opposite lanes inside the function.

Related links

None

How was this PR tested?

Internal test

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

Static obstacle avoidance should cover wider scenes.

Signed-off-by: Go Sakayori <gsakayori@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 4, 2024
Copy link

github-actions bot commented Jul 4, 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
Contributor

@satoshi-ota satoshi-ota left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@go-sakayori go-sakayori marked this pull request as ready for review July 4, 2024 11:16
@go-sakayori go-sakayori added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 4, 2024
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 28.67%. Comparing base (93a6abf) to head (96126ed).
Report is 16 commits behind head on main.

Files Patch % Lines
...ath_static_obstacle_avoidance_module/src/utils.cpp 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7843      +/-   ##
==========================================
- Coverage   28.68%   28.67%   -0.01%     
==========================================
  Files        1587     1588       +1     
  Lines      116303   116328      +25     
  Branches    49656    49663       +7     
==========================================
+ Hits        33356    33360       +4     
- Misses      73868    73890      +22     
+ Partials     9079     9078       -1     
Flag Coverage Δ *Carryforward flag
differential 13.65% <0.00%> (?)
total 28.68% <ø> (ø) Carriedforward from 93a6abf

*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.

@go-sakayori go-sakayori merged commit 0176961 into autowarefoundation:main Jul 4, 2024
38 of 41 checks passed
@go-sakayori go-sakayori deleted the refactor/static_obstacle_avoidance branch July 4, 2024 11:55
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
…foundation#7843)

add getLeftOppositeLanelers in getAdjacentLane function

Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Signed-off-by: palas21 <palas21@itu.edu.tr>
tby-udel pushed a commit to tby-udel/autoware.universe that referenced this pull request Jul 14, 2024
…foundation#7843)

add getLeftOppositeLanelers in getAdjacentLane function

Signed-off-by: Go Sakayori <gsakayori@gmail.com>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
add getLeftOppositeLanelers in getAdjacentLane function

Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
…foundation#7843)

add getLeftOppositeLanelers in getAdjacentLane function

Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants