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(goal_planner): introduce bezier based pullover for bus stop area #10027

Merged
merged 17 commits into from
Jan 28, 2025

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Jan 27, 2025

Description

reopen this #10005

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 Jan 27, 2025
Copy link

github-actions bot commented Jan 27, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@soblin soblin added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 27, 2025
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

Attention: Patch coverage is 0% with 140 lines in your changes missing coverage. Please review.

Project coverage is 29.79%. Comparing base (32e3402) to head (9b9c8e8).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...th_goal_planner_module/src/goal_planner_module.cpp 0.00% 92 Missing ⚠️
..._module/src/pull_over_planner/bezier_pull_over.cpp 0.00% 27 Missing ⚠️
...e/src/pull_over_planner/pull_over_planner_base.cpp 0.00% 10 Missing ⚠️
..._behavior_path_goal_planner_module/src/manager.cpp 0.00% 6 Missing ⚠️
...ior_path_goal_planner_module/src/goal_searcher.cpp 0.00% 2 Missing ⚠️
...odule/pull_over_planner/pull_over_planner_base.hpp 0.00% 1 Missing ⚠️
.../behavior_path_goal_planner_module/thread_data.hpp 0.00% 1 Missing ⚠️
...avior_path_goal_planner_module/src/thread_data.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10027      +/-   ##
==========================================
- Coverage   29.85%   29.79%   -0.07%     
==========================================
  Files        1435     1437       +2     
  Lines      108039   108186     +147     
  Branches    42952    43019      +67     
==========================================
- Hits        32252    32229      -23     
- Misses      72657    72821     +164     
- Partials     3130     3136       +6     
Flag Coverage Δ *Carryforward flag
differential 0.50% <0.00%> (?)
total 29.84% <ø> (-0.01%) ⬇️ Carriedforward from 57157f1

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

soblin added 15 commits January 27, 2025 21:28
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
@soblin soblin force-pushed the feat/bezier-pullover-bus branch from dcc414b to 6792063 Compare January 27, 2025 12:29
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
@soblin soblin enabled auto-merge (squash) January 28, 2025 09:09
@soblin soblin merged commit 461dbc1 into autowarefoundation:main Jan 28, 2025
33 of 34 checks passed
@soblin soblin deleted the feat/bezier-pullover-bus branch January 28, 2025 09:31
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