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 VirtualTrafficLightState and ExpandStopRange #9953

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Jan 17, 2025

Description

VirtualTrafficLightState and ExpandStopRange are very specific message types for the planner package (behavior_velocity_virtual_traffic_light and obstacle_stop_planner respectively).

Currently, the autoware_planning_test_manager package, which is a common package, depends on these specific messages, 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 the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 17, 2025
Copy link

github-actions bot commented Jan 17, 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 changed the title feat(autoware_planning_test_manager): remove dependency of virtual tr… feat(autoware_planning_test_manager): remove dependency of VirtualTrafficLightState and ExpandStopRange Jan 19, 2025
@takayuki5168 takayuki5168 force-pushed the feat/organize-virtual-traffic-light-test branch from 0ab202a to 64e5a46 Compare January 19, 2025 07:45
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.15%. Comparing base (64e4e21) to head (64e5a46).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9953      +/-   ##
==========================================
- Coverage   29.16%   29.15%   -0.01%     
==========================================
  Files        1424     1425       +1     
  Lines      107822   107825       +3     
  Branches    42237    42235       -2     
==========================================
- Hits        31446    31441       -5     
- Misses      73331    73339       +8     
  Partials     3045     3045              
Flag Coverage Δ *Carryforward flag
differential 30.20% <100.00%> (?)
total 29.16% <ø> (-0.01%) ⬇️ Carriedforward from 64e4e21

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

@takayuki5168 takayuki5168 merged commit 4b16661 into autowarefoundation:main Jan 19, 2025
34 checks passed
@takayuki5168 takayuki5168 deleted the feat/organize-virtual-traffic-light-test branch January 19, 2025 08:40
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants