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

feat(autoware_planning_test_manager): remove dependency of tier4_planning_msgs::msg::LateralOffset #9967

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Jan 19, 2025

Description

depends on #9963

LateralOffset is a very specific message type for the behavior_path_side_shift_module/behavior_path_planner packages.

Currently, the autoware_planning_test_manager package, which is a common package, depends on this specific message, which is unexpected.
This PR removed the dependency by moving the code from the autoware_planning_test_manager package to the specific planner package.

Related links

How was this PR tested?

Unit test passed.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added component:planning Route planning, decision-making, and navigation. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) labels Jan 19, 2025
Copy link

github-actions bot commented Jan 19, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@takayuki5168 takayuki5168 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 19, 2025
@takayuki5168 takayuki5168 marked this pull request as ready for review January 19, 2025 10:16
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.45%. Comparing base (37fc242) to head (ba340e3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9967   +/-   ##
=======================================
  Coverage   29.44%   29.45%           
=======================================
  Files        1424     1425    +1     
  Lines      107848   107870   +22     
  Branches    42818    42821    +3     
=======================================
+ Hits        31758    31769   +11     
- Misses      73029    73038    +9     
- Partials     3061     3063    +2     
Flag Coverage Δ *Carryforward flag
differential 32.66% <100.00%> (?)
total 29.15% <ø> (-0.30%) ⬇️ Carriedforward from 4b16661

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

…ning_msgs::msg::LateralOffset

Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
@takayuki5168 takayuki5168 force-pushed the feat/remove-lateral-offset-dependency-to-behavior-path branch from 9b3ef95 to ba340e3 Compare January 19, 2025 12:48
@takayuki5168 takayuki5168 merged commit 80eb07c into autowarefoundation:main Jan 19, 2025
34 checks passed
@takayuki5168 takayuki5168 deleted the feat/remove-lateral-offset-dependency-to-behavior-path branch January 19, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) 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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants