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(lane change): lane change class rework #3060

Conversation

zulfaqar-azmi-t4
Copy link
Contributor

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 commented Mar 12, 2023

Description

refactor lane change class so that it is more resemble to scene module manager

⬇️ This launcher needs to be merge first
autowarefoundation/autoware_launch#248

Related links

Tests performed

Notes for reviewers

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Mar 12, 2023
@codecov
Copy link

codecov bot commented Mar 12, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (be0929b) 11.86% compared to head (7b320b4) 11.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3060      +/-   ##
==========================================
- Coverage   11.86%   11.84%   -0.03%     
==========================================
  Files        1333     1333              
  Lines       92801    92960     +159     
  Branches    24660    24756      +96     
==========================================
  Hits        11014    11014              
- Misses      70372    70528     +156     
- Partials    11415    11418       +3     
Flag Coverage Δ *Carryforward flag
differential 5.25% <0.00%> (?)
total 11.87% <ø> (+<0.01%) ⬆️ Carriedforward from a0f4309

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

Impacted Files Coverage Δ
...er/scene_module/lane_change/lane_change_module.hpp 0.00% <ø> (ø)
...anner/util/lane_change/lane_change_module_data.hpp 0.00% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 0.13% <0.00%> (-0.01%) ⬇️
...rc/scene_module/lane_change/lane_change_module.cpp 0.00% <0.00%> (ø)
...ehavior_path_planner/src/util/lane_change/util.cpp 0.00% <0.00%> (ø)
planning/route_handler/src/route_handler.cpp 11.41% <0.00%> (-0.08%) ⬇️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

I think we have to update this line, lane_change_right || lane_change_left.

@zulfaqar-azmi-t4
Copy link
Contributor Author

zulfaqar-azmi-t4 commented Mar 13, 2023

Evaluator test when using New framework seems good (No degradation)
https://github.com/tier4/pilot-auto/commit/cc281caf6a6d0dc7a95f6bd92aa5e95a84984f1e

Evaluator test when using Old framework (No degration)
https://evaluation.tier4.jp/evaluation/reports/3f1b7141-f745-5b6f-8b8a-173196f1ee7d?project_id=prd_jt

zulfaqar-azmi-t4 and others added 5 commits March 13, 2023 23:29
Signed-off-by: Muhammad Zulfaqar <zulfaqar.azmi@tier4.jp>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
@satoshi-ota
Copy link
Contributor

satoshi-ota commented Mar 13, 2023

@zulfaqar-azmi-t4 LGTM 👍 I'll approve it after you resolve conflicts.

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 enabled auto-merge (squash) March 14, 2023 00:11
…til/lane_change/lane_change_module_data.hpp

Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 merged commit c9f6ba2 into autowarefoundation:main Mar 14, 2023
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 deleted the refactor-lane-change-class branch March 14, 2023 07:16
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants