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(side_shift): support new interface #5556

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Nov 11, 2023

Description

🤖 Generated by Copilot at 943fef0

Refactored and simplified the SideShiftModule class for the behavior path planner. Removed unused functions, used base class functions, and renamed and changed the return type of updateState function. Improved the functionality and readability of the side shift module.

Tests performed

simplescreenrecorder-2023-11-11_14.50.25.mp4

Psim

Effects on system behavior

Nothing.

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.

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.

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

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Nov 11, 2023
@satoshi-ota satoshi-ota added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (208ecf2) 15.27% compared to head (943fef0) 15.27%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5556   +/-   ##
=======================================
  Coverage   15.27%   15.27%           
=======================================
  Files        1713     1713           
  Lines      118160   118151    -9     
  Branches    37790    37787    -3     
=======================================
  Hits        18047    18047           
+ Misses      79563    79554    -9     
  Partials    20550    20550           
Flag Coverage Δ *Carryforward flag
differential 12.70% <0.00%> (?)
total 15.27% <ø> (+<0.01%) ⬆️ Carriedforward from 208ecf2

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

Files Coverage Δ
...nner/scene_module/side_shift/side_shift_module.hpp 0.00% <0.00%> (ø)
.../src/scene_module/side_shift/side_shift_module.cpp 11.62% <0.00%> (ø)

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

Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

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

LGTM!
Thanks

@satoshi-ota satoshi-ota merged commit ef0569f into autowarefoundation:main Nov 14, 2023
37 of 39 checks passed
@satoshi-ota satoshi-ota deleted the refactor/side-shift-interface branch November 14, 2023 02:31
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2023
Signed-off-by: satoshi-ota <satoshi.ota928@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