Nonblocking sequence bt control node#5325
Merged
SteveMacenski merged 11 commits intoros-navigation:mainfrom Jul 10, 2025
Merged
Nonblocking sequence bt control node#5325SteveMacenski merged 11 commits intoros-navigation:mainfrom
SteveMacenski merged 11 commits intoros-navigation:mainfrom
Conversation
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
Codecov ReportAttention: Patch coverage is
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
8 tasks
Signed-off-by: Alexander Yuen <alex@polymathrobotics.com>
nav2_behavior_tree/include/nav2_behavior_tree/plugins/control/nonblocking_sequence.hpp
Outdated
Show resolved
Hide resolved
…nonblocking_sequence.hpp Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
SteveMacenski
approved these changes
Jul 7, 2025
user247-tai
pushed a commit
to huynhduc9905/navigation2
that referenced
this pull request
Oct 9, 2025
* added nonblocking sequence Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * adding non blocking sequence test Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * adding non blocking sequence test to CMake Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * added doxygen Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * remove node_ Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * main port Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * added NonblockingSequence to nav2_tree_nodes.xml Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * cpp linting Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * cpplinting Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * clarifed nonblocking sequence functionality in doxygen Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * Update nav2_behavior_tree/include/nav2_behavior_tree/plugins/control/nonblocking_sequence.hpp Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
user247-tai
pushed a commit
to huynhduc9905/navigation2
that referenced
this pull request
Oct 29, 2025
* added nonblocking sequence Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * adding non blocking sequence test Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * adding non blocking sequence test to CMake Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * added doxygen Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * remove node_ Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * main port Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * added NonblockingSequence to nav2_tree_nodes.xml Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * cpp linting Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * cpplinting Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * clarifed nonblocking sequence functionality in doxygen Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> * Update nav2_behavior_tree/include/nav2_behavior_tree/plugins/control/nonblocking_sequence.hpp Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Alexander Yuen <alex@polymathrobotics.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
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
Description of documentation updates required from your changes
Description of how this change was tested
ComputeAndTrackRouteBT Action Node, along withFollowPath. SinceComputeAndTrackRoutestays in the RUNNING state until route completion, theNonblockingSequencehad to be used to get to theFollowPathBT Node while the route was being trackedFor Maintainers:
backport-*.