Added a flag to not send goal in BtActionNode#3293
Merged
SteveMacenski merged 3 commits intoros-navigation:mainfrom Dec 5, 2022
Merged
Added a flag to not send goal in BtActionNode#3293SteveMacenski merged 3 commits intoros-navigation:mainfrom
SteveMacenski merged 3 commits intoros-navigation:mainfrom
Conversation
Signed-off-by: Owen Hooper <17ofh@queensu.ca>
Contributor
|
@owen7900, please properly fill in PR template in the future. @SteveMacenski, use this instead.
|
SteveMacenski
requested changes
Nov 20, 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
Member
|
Any update? |
Contributor
Author
|
@SteveMacenski Got busy. Made the changes. |
SteveMacenski
approved these changes
Dec 5, 2022
nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp
Outdated
Show resolved
Hide resolved
Member
|
Thanks! |
jwallace42
pushed a commit
to jwallace42/navigation2
that referenced
this pull request
Dec 14, 2022
* Added a flag to not send goal in BtActionNode Signed-off-by: Owen Hooper <17ofh@queensu.ca> * Fixed cpplint and uncrustify issues. * Update nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp Signed-off-by: Owen Hooper <17ofh@queensu.ca> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
andrewlycas
pushed a commit
to StratomInc/navigation2
that referenced
this pull request
Feb 23, 2023
* Added a flag to not send goal in BtActionNode Signed-off-by: Owen Hooper <17ofh@queensu.ca> * Fixed cpplint and uncrustify issues. * Update nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp Signed-off-by: Owen Hooper <17ofh@queensu.ca> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
tonynajjar
pushed a commit
to logivations/navigation2
that referenced
this pull request
Feb 28, 2023
* Added a flag to not send goal in BtActionNode Signed-off-by: Owen Hooper <17ofh@queensu.ca> * Fixed cpplint and uncrustify issues. * Update nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp Signed-off-by: Owen Hooper <17ofh@queensu.ca> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> (cherry picked from commit 8e7090b)
Contributor
|
When I set As you can probably see a lot of the code in there in custom so I'm not 100% sure that the issue is on Nav2 side but a test for this would have been really useful to confirm or deny this. Do you see any obvious reason for this crash? |
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.
Signed-off-by: Owen Hooper 17ofh@queensu.ca
Basic Info
Description of contribution in a few bullet points
on_tickis calledsend_new_goalDescription of documentation updates required from your changes
Future work that may be required in bullet points
For Maintainers: