feat(behavior_path_planner): add direction change module#1771
Open
shin-sato-tier4 wants to merge 4 commits intoautowarefoundation:mainfrom
Open
feat(behavior_path_planner): add direction change module#1771shin-sato-tier4 wants to merge 4 commits intoautowarefoundation:mainfrom
shin-sato-tier4 wants to merge 4 commits intoautowarefoundation:mainfrom
Conversation
Signed-off-by: shin.sato <shin.sato@tier4.jp>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
satoshi-ota
reviewed
Feb 26, 2026
Signed-off-by: shin.sato <shin.sato@tier4.jp>
Signed-off-by: shin.sato <shin.sato@tier4.jp>
satoshi-ota
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the launch configuration required to enable the direction_change_module.
For this PR, the direction_change module will be treated as a prototype, so we will set it to be disabled by default.
If you would like to enable it, please set the following three parameters to
true.autoware_launch/config/planning/preset/default_preset.yaml
arg: name: launch_direction_change_module default: "
false"autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/scene_module_manager.param.yaml
enable_simultaneous_execution_as_approved_module:
falsetier4_universe_launch/tier4_planning_launch/launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
arg name="launch_direction_change_module" default="
false"/Please look autowarefoundation/autoware_universe#12143
How was this PR tested?
Please look autowarefoundation/autoware_universe#12143
Notes for reviewers
This PR should be merged with autowarefoundation/autoware_universe#12143.
Effects on system behavior
Please look autowarefoundation/autoware_universe#12143