docs for changes to behavior server#360
Merged
SteveMacenski merged 7 commits intoros-navigation:masterfrom Dec 13, 2022
Merged
Conversation
7 tasks
Member
SteveMacenski
left a comment
There was a problem hiding this comment.
Assuming the original PR is right, this LGTM, but I think there will be some changes in the original PR or maybe even closed in general since an easier solution is just having 2 instances of the behavior server: one global and other local set with global/local costmap/footprint/frame settings.
SteveMacenski
requested changes
Dec 12, 2022
migration/Humble.rst
Outdated
|
|
||
| To update behaviors, any reference to the global_frame must be updated to the local_frame parameter | ||
| along with the ``configuration`` method which now takes in the local and global collision checkers. | ||
| Lastly, ``getResourceInfo`` must be overriden to return ``CostmapInfoType::LOCAL``. |
Member
There was a problem hiding this comment.
Other options include GLOBAL (if uses theglobal costmap and/or footprint) or BOTH if both are required. This allows us to only create and maintain the minimum amount of expensive resources as required.
added 2 commits
December 13, 2022 10:25
SteveMacenski
approved these changes
Dec 13, 2022
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.
Documentation changes for adding a global costmap collision checker to the behavior server.