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(bpp): use common steering factor interface for same scene modules #8675

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Aug 29, 2024

Description

pass steering factor interface's pointer to scene module in order to redule frequency of constructing SteeringFactorInterface and calling create_publisher()..

Related links

Parent Issue:

  • Link

How was this PR tested?

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 Aug 29, 2024
Copy link

github-actions bot commented Aug 29, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

Attention: Patch coverage is 55.55556% with 8 lines in your changes missing coverage. Please review.

Project coverage is 24.15%. Comparing base (3e4a945) to head (51411f5).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
...path_dynamic_obstacle_avoidance_module/manager.hpp 0.00% 1 Missing ⚠️
...th_dynamic_obstacle_avoidance_module/src/scene.cpp 0.00% 1 Missing ⚠️
...ware/behavior_path_goal_planner_module/manager.hpp 0.00% 1 Missing ⚠️
...th_goal_planner_module/src/goal_planner_module.cpp 0.00% 1 Missing ⚠️
.../behavior_path_sampling_planner_module/manager.hpp 0.00% 1 Missing ⚠️
...ing_planner_module/src/sampling_planner_module.cpp 0.00% 1 Missing ⚠️
...are/behavior_path_start_planner_module/manager.hpp 0.00% 1 Missing ⚠️
..._start_planner_module/src/start_planner_module.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8675      +/-   ##
==========================================
- Coverage   24.16%   24.15%   -0.02%     
==========================================
  Files        1401     1407       +6     
  Lines      102254   102297      +43     
  Branches    38750    38753       +3     
==========================================
- Hits        24707    24705       -2     
- Misses      74972    75017      +45     
  Partials     2575     2575              
Flag Coverage Δ *Carryforward flag
differential 15.11% <55.55%> (?)
total 24.15% <ø> (-0.01%) ⬇️ Carriedforward from 3e4a945

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

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!

@satoshi-ota satoshi-ota merged commit 564de29 into autowarefoundation:main Sep 2, 2024
43 of 45 checks passed
@satoshi-ota satoshi-ota deleted the fix/use-common-steering-factor branch September 2, 2024 10:08
batuhanbeytekin pushed a commit to batuhanbeytekin/autoware.universe that referenced this pull request Sep 2, 2024
emuemuJP pushed a commit to arayabrain/autoware.universe.origin that referenced this pull request Sep 2, 2024
satoshi-ota added a commit to tier4/autoware.universe that referenced this pull request Sep 3, 2024
satoshi-ota added a commit to tier4/autoware.universe that referenced this pull request Sep 3, 2024
fix(bpp): use common steering factor interface for same scene modules (autowarefoundation#8675)
satoshi-ota added a commit to tier4/autoware.universe that referenced this pull request Sep 3, 2024
kotaro-hihara pushed a commit to tier4/autoware.universe that referenced this pull request Sep 3, 2024
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Sep 18, 2024
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.

3 participants