Correct naming and order of planning response adapters#1082
Open
niemsoen wants to merge 1 commit intomoveit:mainfrom
Open
Correct naming and order of planning response adapters#1082niemsoen wants to merge 1 commit intomoveit:mainfrom
niemsoen wants to merge 1 commit intomoveit:mainfrom
Conversation
The AddRuckigTrajectorySmoothing was mentioned as a request adapter, even though it is a response adapter. The order of response_adapters in the ompl_planning.yaml needs to be AddTimeOptimalParameterization first, then AddRuckigTrajectorySmoothing, which will correctly execute them in the order of (1) AddTimeOptimalParameterization, (2) AddRuckigTrajectorySmoothing
AndyZe
approved these changes
Jan 9, 2026
Author
|
@AndyZe Thank you for approving. Unfortunately the CI fails I believe for reasons that are not caused by this readme change. I see that the CI on main fails. As I'm not able to merge this I guess you will merge this at a later point when the CI works again? |
Member
|
That's right. It's set to auto-merge now, as soon as the CI gets fixed. Thanks for the update. |
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
The AddRuckigTrajectorySmoothing was mentioned as a request adapter, even though it is a response adapter. The order of response_adapters in the ompl_planning.yaml needs to be AddTimeOptimalParameterization first, then AddRuckigTrajectorySmoothing, which will correctly execute them in the order of (1) AddTimeOptimalParameterization, (2) AddRuckigTrajectorySmoothing.
I changed the order of the response adapters and correctly named them as response, not request adapters.
Checklist