fix(obstacle_slow_down): fix minor planning factor bug to beta/v0.48#2643
Open
xtk8532704 wants to merge 1 commit intobeta/v0.48from
Open
fix(obstacle_slow_down): fix minor planning factor bug to beta/v0.48#2643xtk8532704 wants to merge 1 commit intobeta/v0.48from
xtk8532704 wants to merge 1 commit intobeta/v0.48from
Conversation
…owarefoundation#11984) * fix the second planning factor velocity Signed-off-by: xtk8532704 <1041084556@qq.com> * pre-commit Signed-off-by: xtk8532704 <1041084556@qq.com> --------- Signed-off-by: xtk8532704 <1041084556@qq.com>
There was a problem hiding this comment.
Pull request overview
This PR cherry-picks a bug fix from the main branch to beta/v0.48, correcting the planning factor configuration in the obstacle slow-down module. The fix addresses an issue where the second obstacle_slow_down planning factor was incorrectly receiving a velocity of 0.
Changes:
- Added missing
stable_slow_down_velparameter to planning factor configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
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
cherry-pick a minor fix about the planning factor of obstacle_slow_down to beta/v0.48
autowarefoundation#11984
That made the second
obstacle_slow_downplanning factor have a wrong 0 velocity.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.