-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add a test case a subscriber on a new executor with a callback group triggered to receive a message Signed-off-by: Chen Lihui <lihui.chen@sony.com> * fix flaky and not to use spin_some Signed-off-by: Chen Lihui <lihui.chen@sony.com> * update comment Signed-off-by: Chen Lihui <lihui.chen@sony.com> * update for not using anti-pattern source code Signed-off-by: Chen Lihui <lihui.chen@sony.com> * add a notify guard condition for callback group Co-authored-by: William Woodall <william@osrfoundation.org> Signed-off-by: Chen Lihui <lihui.chen@sony.com> * Notify guard condition of Node not to be used in Executor it is only for the waitset of GraphListener Signed-off-by: Chen Lihui <lihui.chen@sony.com> * put code in the try catch Signed-off-by: Chen Lihui <lihui.chen@sony.com> * defer to create guard condition Signed-off-by: Chen Lihui <lihui.chen@sony.com> * use context directly for the create function Signed-off-by: Chen Lihui <lihui.chen@sony.com> * cpplint Signed-off-by: Chen Lihui <lihui.chen@sony.com> * fix that some case might call add_node after shutdown Signed-off-by: Chen Lihui <lihui.chen@sony.com> * nitpick and fix some potential bug Signed-off-by: Chen Lihui <lihui.chen@sony.com> * add sanity check as some case might not create notify guard condition after shutdown Signed-off-by: Chen Lihui <lihui.chen@sony.com> * Cleanup includes. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> * remove destroy method make a callback group can only create one guard condition Signed-off-by: Chen Lihui <lihui.chen@sony.com> * remove limitation that guard condition can not be re-created in callback group Signed-off-by: Chen Lihui <lihui.chen@sony.com> Signed-off-by: Chen Lihui <lihui.chen@sony.com> Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> Co-authored-by: William Woodall <william@osrfoundation.org> Co-authored-by: Chris Lalancette <clalancette@openrobotics.org> (cherry picked from commit d119157) Co-authored-by: Chen Lihui <lihui.chen@sony.com>
- Loading branch information
1 parent
ae8b033
commit 33cbd76
Showing
10 changed files
with
196 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.