fix: return false to manual lane change request when lane change is working#2622
Merged
rej55 merged 2 commits intobeta/v0.48from Jan 9, 2026
Merged
Conversation
…_preferred_lanes is called (autowarefoundation#11819) add feature to check the reroute_availability when the set_preferred_lane is called Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
…vailable (autowarefoundation#11794) * Added abort when reroute not available Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> * blocking manual lane-change when rereoute unavailable Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Taiki Yamada <129915538+TaikiYamada4@users.noreply.github.com>
|
rej55
approved these changes
Jan 9, 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 ports two changes to beta/v0.48.
This PR is aimed to deny manual lane change requests when the lane change is already happening or other modules that conflicts with lane changing like obstacle avoidance is currently running.
Evaluator tests shows no degrades (INTERNAL_LINK 1, 2, 3)