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(autoware_behavior_velocity_planner_common): remove lane_id check from arc_lane_util #7710

Conversation

yhisaki
Copy link
Contributor

@yhisaki yhisaki commented Jun 26, 2024

Description

Currently, when checking the intersection of stop_line and path, it was checked if the lane_id of the intersection is the same as the one specified. However, this check is meaningless and may cause the following error. Therefore, the code to check the lane_id has been removed.

https://tier4.atlassian.net/browse/RT0-30839

How was this PR tested?

https://evaluation.ci.tier4.jp/evaluation/reports/6f5f6e7c-1d11-5ca3-b5cd-f89ac8fca216?project_id=prd_jt

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jun 26, 2024
Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

@yhisaki yhisaki added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) component:planning Route planning, decision-making, and navigation. (auto-assigned) and removed component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Jun 26, 2024
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 16.81%. Comparing base (507e3f4) to head (6956b9a).
Report is 153 commits behind head on main.

Files Patch % Lines
...avior_velocity_detection_area_module/src/scene.cpp 0.00% 1 Missing ⚠️
...topping_area_module/src/scene_no_stopping_area.cpp 0.00% 1 Missing ⚠️
...elocity_virtual_traffic_light_module/src/scene.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #7710       +/-   ##
===========================================
+ Coverage   14.84%   16.81%    +1.96%     
===========================================
  Files        1999      486     -1513     
  Lines      139163    38889   -100274     
  Branches    43716    10368    -33348     
===========================================
- Hits        20661     6539    -14122     
+ Misses      95731    31473    -64258     
+ Partials    22771      877    -21894     
Flag Coverage Δ
differential 16.81% <50.00%> (?)
total ?

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

@yhisaki yhisaki changed the title fix(arc_lane_util): remove lane_id check from arc_lane_util fix(autoware_behavior_velocity_planner_common): remove lane_id check from arc_lane_util Jun 26, 2024
@yhisaki yhisaki enabled auto-merge (squash) June 27, 2024 00:32
@yhisaki yhisaki merged commit be02771 into autowarefoundation:main Jun 27, 2024
62 checks passed
mitukou1109 pushed a commit to mitukou1109/autoware.universe that referenced this pull request Jul 2, 2024
…from arc_lane_util (autowarefoundation#7710)

* fix(arc_lane_util): remove lane_id check from arc_lane_util

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* modify test_arc_lane_util.cpp

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
yhisaki added a commit to yhisaki/autoware.universe that referenced this pull request Jul 8, 2024
yhisaki added a commit to yhisaki/autoware.universe that referenced this pull request Jul 8, 2024
yhisaki added a commit to tier4/autoware.universe that referenced this pull request Jul 8, 2024
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
…from arc_lane_util (autowarefoundation#7710)

* fix(arc_lane_util): remove lane_id check from arc_lane_util

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* modify test_arc_lane_util.cpp

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@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
…from arc_lane_util (autowarefoundation#7710)

* fix(arc_lane_util): remove lane_id check from arc_lane_util

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* modify test_arc_lane_util.cpp

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…from arc_lane_util (#7710)

* fix(arc_lane_util): remove lane_id check from arc_lane_util

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* modify test_arc_lane_util.cpp

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
@yhisaki yhisaki deleted the remove-lane_id-check-from-arc_lane_util branch July 31, 2024 04:39
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) tag: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.

5 participants