Supporting multiple goal checkers in controller_server#2098
Closed
pabloinigoblasco wants to merge 1 commit intoros-navigation:foxy-develfrom
Closed
Supporting multiple goal checkers in controller_server#2098pabloinigoblasco wants to merge 1 commit intoros-navigation:foxy-develfrom
pabloinigoblasco wants to merge 1 commit intoros-navigation:foxy-develfrom
Conversation
Member
|
Rebase to |
Contributor
Author
|
I closed the pull request and created a new one based on main instead of foxy. |
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.
Basic Info
Supporting multiple goal checkers in controller_server and switch between them dynamically.
Motivation; at the current moment there isnt (AFAIK) any mechanism to update dynamically the goal checker or the goal checker parameters at runtime.
Description of contribution in a few bullet points
This is a basic functionality to support multiple goal checkers in the controller_server (in the same way it is supported multiple controllers )
This initial proposal uses a controller_server parameter to store the "current_goal_checker" (alternatively it could be in the FollowPath action request like it is the controller_id).
It is provided with a "nav_params.yaml configuration" with a second "goal checker" to show how it is used. But that could be removed final pull request.
Description of documentation updates required from your changes
No documentation change should be required at (least in the c++ code)
Future work that may be required in bullet points