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(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge #7850

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Jul 4, 2024

Description

As this module didn't have proper filtering flow for PEDESTRIAN and BICYCLE, sometimes it caused unnecessary avoidance maneuver. Therefor, I added new condition to ignore them if they are in intersection or stop on middle of the road.

Screenshot from 2024-07-05 09-01-52

simplescreenrecorder-2024-07-05_09.01.03.mp4

Related links

Parent Issue:

How was this PR tested?

  • Psim
simplescreenrecorder-2024-07-01_18.32.33.mp4

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@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:

…on road edge

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota force-pushed the fix/improve-cyclist-filtering branch from 674f3df to 3fc9fd3 Compare July 4, 2024 23:50
@satoshi-ota satoshi-ota marked this pull request as ready for review July 5, 2024 00:06
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Jul 5, 2024
@satoshi-ota satoshi-ota added the run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) label Jul 5, 2024
…bstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>
@satoshi-ota satoshi-ota added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 5, 2024
Copy link

codecov bot commented Jul 5, 2024

Codecov Report

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

Project coverage is 28.65%. Comparing base (7cbf2f5) to head (ceaee4e).
Report is 4 commits behind head on main.

Files Patch % Lines
...ath_static_obstacle_avoidance_module/src/utils.cpp 0.00% 21 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7850      +/-   ##
==========================================
- Coverage   28.66%   28.65%   -0.01%     
==========================================
  Files        1588     1589       +1     
  Lines      116375   116415      +40     
  Branches    49688    49703      +15     
==========================================
+ Hits        33357    33361       +4     
- Misses      73907    73944      +37     
+ Partials     9111     9110       -1     
Flag Coverage Δ *Carryforward flag
differential 13.63% <0.00%> (?)
total 28.66% <ø> (ø) Carriedforward from 7cbf2f5

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

@satoshi-ota satoshi-ota merged commit 134b5c2 into autowarefoundation:main Jul 5, 2024
37 of 39 checks passed
@satoshi-ota satoshi-ota deleted the fix/improve-cyclist-filtering branch July 5, 2024 03:49
satoshi-ota added a commit to tier4/autoware.universe that referenced this pull request Jul 8, 2024
…on road edge (autowarefoundation#7850)

* fix(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* docs(static_obstacle_avoidance): update flowchart

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>
satoshi-ota added a commit to tier4/autoware.universe that referenced this pull request Jul 9, 2024
…on road edge (autowarefoundation#7850)

* fix(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* docs(static_obstacle_avoidance): update flowchart

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
…on road edge (autowarefoundation#7850)

* fix(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* docs(static_obstacle_avoidance): update flowchart

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.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
…on road edge (autowarefoundation#7850)

* fix(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* docs(static_obstacle_avoidance): update flowchart

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…on road edge (#7850)

* fix(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* docs(static_obstacle_avoidance): update flowchart

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
…on road edge (autowarefoundation#7850)

* fix(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* docs(static_obstacle_avoidance): update flowchart

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.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) run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants