-
Notifications
You must be signed in to change notification settings - Fork 691
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
feat(planning_factor): support new cruise planner's factor #10229
Conversation
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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 28440 28507 +67
+ Misses 76429 76395 -34
- Partials 2836 2842 +6
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@isamu-takagi @mitsudome-r @yukkysaito Could you review this PR as code owner? 🙏 |
Thank you 😄 |
Description
This PR adds a conversion for a new planning_factor.
background
Recently,
obstacle_cruise_planner
andobstacle_stop_planner
can be launched as modules ofmotion_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:
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