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(planning_factor): support new cruise planner's factor #10229

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KYabuuchi
Copy link
Contributor

@KYabuuchi KYabuuchi commented Mar 5, 2025

Description

This PR adds a conversion for a new planning_factor.

background

Recently, obstacle_cruise_planner and obstacle_stop_planner can be launched as modules of motion_velocity_planner instead of as standalone nodes. (The traditional nodes can still be launched.)

⛓️ reference: Split obstacle_cruise_planner to obstacle stop, slow_down, and cruise, and port them to motion_velocity_planer

With this change, a new planning_factor for obstacle_cruise/stop/slowdown_planner has been added.

Related links

Parent Issue:

  • Nothing

How was this PR tested?

I launched planning_simulator.launch.xml and checked the subscriber of /adapi/node/planning .

The new planning_factors can be found by
ros2 node info /planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner .

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Copy link

github-actions bot commented Mar 5, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@github-actions github-actions bot added the component:system System design and integration. (auto-assigned) label Mar 5, 2025
@KYabuuchi KYabuuchi changed the title support cruise planner's factor feat(planning_factor): support new cruise planner's factor Mar 5, 2025
@KYabuuchi KYabuuchi added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 5, 2025
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.45%. Comparing base (4649cf6) to head (78f1ef9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10229      +/-   ##
==========================================
+ Coverage   26.40%   26.45%   +0.05%     
==========================================
  Files        1389     1392       +3     
  Lines      107705   107744      +39     
  Branches    41496    41496              
==========================================
+ Hits        28442    28507      +65     
+ Misses      76428    76395      -33     
- Partials     2835     2842       +7     
Flag Coverage Δ *Carryforward flag
differential 12.60% <ø> (?)
total 26.40% <ø> (ø) Carriedforward from 973bcb9

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

@KYabuuchi KYabuuchi marked this pull request as ready for review March 5, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:system System design and integration. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

1 participant