Allow access to action feedback in nav2_behavior_tree::BtActionNode::on_wait_for_result#2972
Merged
SteveMacenski merged 4 commits intoros-navigation:mainfrom May 27, 2022
Merged
Conversation
…on_wait_for_result
Contributor
|
@naiveHobo, please properly fill in PR template in the future. @SteveMacenski, use this instead.
|
Contributor
|
@naiveHobo, your PR has failed to build. Please check CI outputs and resolve issues. |
SteveMacenski
requested changes
May 27, 2022
nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp
Outdated
Show resolved
Hide resolved
nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp
Outdated
Show resolved
Hide resolved
SteveMacenski
approved these changes
May 27, 2022
Member
|
@naiveHobo there are a number of linting errors https://app.circleci.com/pipelines/github/ros-planning/navigation2/7360/workflows/be8d4050-1fd7-4b75-b4f3-771e0b431821/jobs/25981 |
Contributor
Author
|
@SteveMacenski Ah, fixed. Sorry about that, I have not been linting too much. 😅 |
Member
|
No worries! |
Contributor
|
Great feature! Are there any plans to backport this to Galactic? |
Member
|
No, it breaks ABI |
redvinaa
pushed a commit
to EnjoyRobotics/navigation2
that referenced
this pull request
Jun 30, 2022
…on_wait_for_result (ros-navigation#2972) * Allow access to action feedback in nav2_behavior_tree::BtActionNode::on_wait_for_result * Improve function signatures and remove mutex locks * Remove getFeedback() * Fix lint errors
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
Description of contribution in a few bullet points
nav2_behavior_tree::BtActionNode::on_wait_for_result(feedback)allows access to a shared_ptr to the latest feedback messageDescription of documentation updates required from your changes
Future work that may be required in bullet points
For Maintainers: