add automatically_add_executor_with_node option#1594
Merged
wjwwood merged 4 commits intoros2:masterfrom Mar 25, 2021
Merged
Conversation
Collaborator
|
thanks for opening PR 👍 could you also take care of DCO failure https://github.com/ros2/rclcpp/pull/1594/checks?check_run_id=2183190459? |
55543bf to
5f62c9a
Compare
Signed-off-by: Brice <brice.renaudeau@wyca.fr>
5f62c9a to
ff3102a
Compare
wjwwood
approved these changes
Mar 24, 2021
wjwwood
requested changes
Mar 24, 2021
Member
wjwwood
left a comment
There was a problem hiding this comment.
Also, since this API is not covered by https://github.com/ros2/rclcpp/blob/master/rclcpp/test/rclcpp/test_add_callback_groups_to_executor.cpp, can you maybe add some code here to just exercise the new API?
rclcpp/rclcpp_lifecycle/test/test_lifecycle_node.cpp
Lines 663 to 675 in 0088e35
added 2 commits
March 25, 2021 09:40
Signed-off-by: Brice <brice.renaudeau@wyca.fr>
Signed-off-by: Brice <brice.renaudeau@wyca.fr>
wjwwood
approved these changes
Mar 25, 2021
Member
|
@ros-pull-request-builder retest this please |
Member
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.
This PR tries to implement #1589
It adds the
automatically_add_executor_with_nodeoption when creating a callback_group for a LifecycleNode.