feat(minimum_rule_based_planner): feat minimum_rule_based_planner#2704
Merged
Kotakku merged 4 commits intofeat/v0.48/e2efrom Feb 25, 2026
Merged
feat(minimum_rule_based_planner): feat minimum_rule_based_planner#2704Kotakku merged 4 commits intofeat/v0.48/e2efrom
Kotakku merged 4 commits intofeat/v0.48/e2efrom
Conversation
Signed-off-by: Kotakku <kotakkucu@gmail.com>
Signed-off-by: Kotakku <kotakkucu@gmail.com>
Signed-off-by: Kotakku <kotakkucu@gmail.com>
Signed-off-by: Kotakku <kotakkucu@gmail.com>
|
takayuki5168
approved these changes
Feb 25, 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.



This PR introduce the
autoware_minimum_rule_based_plannerpackage, andautoware_trajectory_dummy_concatenator,autoware_trajectory_dummy_concatenator_rviz_pluginpackages for tests.This package is used as a rule-based planner alongside the diffusion_planner.
Use Cases
Lane Following
simplescreenrecorder-2026-02-24_17.26.13.mp4
Goal Connection
simplescreenrecorder-2026-02-24_17.27.17.mp4
Recovery from Outside Preferred Lanelets
simplescreenrecorder-2026-02-24_17.28.03.mp4
simplescreenrecorder-2026-02-24_17.29.07.mp4
Limitations
Since there is no equivalent functionality to path_optimizer, path deviation may occur on sharp curves.
Notes for reviewers
VelocitySmoother initially used the velocity_optimizer class from autoware_trajectory_modifier, but since recent changes have made it more tailored toward Diffusion Planner, a custom implementation was added instead.
feat(autoware_trajectory_optimizer): velocity optimizer refactor autowarefoundation/autoware_universe#12021
Tests for the overall MinimumRuleBasedPlanner node are planned to be added in the future.
Related Links
launch
#2704