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(lane_change): moving object is filtered in the extended target lanes #8218

Conversation

zulfaqar-azmi-t4
Copy link
Contributor

Description

When filtering lane change target objects, the objects that is close to target lanes' bound is considered as target objects. This is to prevent ego from lane change too near to the object. However, if the object is not moving, we don't really need to consider them as the target object.

Before PR

cap-.2024-07-26-16-24-03.mp4

After PR

cap-.2024-07-26-16-35-34.mp4

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 marked this pull request as draft July 26, 2024 08:00
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 26, 2024
Copy link

github-actions bot commented Jul 26, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 force-pushed the lc-fix-filter-moving-object-in-3rd-lane branch from 5deb586 to d59a4c5 Compare August 7, 2024 07:36
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 marked this pull request as ready for review August 7, 2024 07:36
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 force-pushed the lc-fix-filter-moving-object-in-3rd-lane branch from d59a4c5 to bc1563e Compare August 7, 2024 08:23
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 marked this pull request as draft August 9, 2024 04:48
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 force-pushed the lc-fix-filter-moving-object-in-3rd-lane branch from bc1563e to c7c88d1 Compare August 14, 2024 09:24
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 marked this pull request as ready for review August 14, 2024 09:28
@maxime-clem maxime-clem added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

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

Project coverage is 23.87%. Comparing base (1f32972) to head (61bbe0b).
Report is 6 commits behind head on main.

Files Patch % Lines
...are_behavior_path_lane_change_module/src/scene.cpp 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8218      +/-   ##
==========================================
- Coverage   23.88%   23.87%   -0.01%     
==========================================
  Files        1380     1381       +1     
  Lines      101833   101878      +45     
  Branches    38776    38782       +6     
==========================================
+ Hits        24320    24321       +1     
- Misses      75009    75053      +44     
  Partials     2504     2504              
Flag Coverage Δ *Carryforward flag
differential 15.41% <0.00%> (?)
total 23.88% <ø> (+<0.01%) ⬆️ Carriedforward from 1f32972

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

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 force-pushed the lc-fix-filter-moving-object-in-3rd-lane branch from 60d6a97 to 61bbe0b Compare August 15, 2024 07:20
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 enabled auto-merge (squash) August 15, 2024 07:21
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 merged commit 5bc0b3f into autowarefoundation:main Aug 15, 2024
28 of 30 checks passed
zulfaqar-azmi-t4 added a commit to tier4/autoware.universe that referenced this pull request Aug 15, 2024
…nes (autowarefoundation#8218)

* object 3rd

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* named param

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
xtk8532704 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 15, 2024
…nes (autowarefoundation#8218)

* object 3rd

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* named param

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: xtk8532704 <1041084556@qq.com>
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 deleted the lc-fix-filter-moving-object-in-3rd-lane branch August 23, 2024 05:28
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.

3 participants