-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a flag to not send goal in BtActionNode #3293
Added a flag to not send goal in BtActionNode #3293
Conversation
Signed-off-by: Owen Hooper <[email protected]>
@owen7900, please properly fill in PR template in the future. @SteveMacenski, use this instead.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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
Any update? |
@SteveMacenski Got busy. Made the changes. |
nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp
Outdated
Show resolved
Hide resolved
Thanks! |
* Added a flag to not send goal in BtActionNode Signed-off-by: Owen Hooper <[email protected]> * Fixed cpplint and uncrustify issues. * Update nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp Signed-off-by: Owen Hooper <[email protected]> Co-authored-by: Steve Macenski <[email protected]>
* Added a flag to not send goal in BtActionNode Signed-off-by: Owen Hooper <[email protected]> * Fixed cpplint and uncrustify issues. * Update nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp Signed-off-by: Owen Hooper <[email protected]> Co-authored-by: Steve Macenski <[email protected]>
* Added a flag to not send goal in BtActionNode Signed-off-by: Owen Hooper <[email protected]> * Fixed cpplint and uncrustify issues. * Update nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp Signed-off-by: Owen Hooper <[email protected]> Co-authored-by: Steve Macenski <[email protected]> (cherry picked from commit 8e7090b)
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? |
Signed-off-by: Owen Hooper [email protected]
Basic Info
Description of contribution in a few bullet points
on_tick
is calledsend_new_goal
Description of documentation updates required from your changes
Future work that may be required in bullet points
For Maintainers: