-
Notifications
You must be signed in to change notification settings - Fork 237
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
Add feature of wait for message (#953). #960
Conversation
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.
minor comments for doc section.
Note: this has the same problem with ros2/rclcpp#1953 (comment)
even though, this will provide the same function to |
either @ivanpauno or @sloretz can you take a look at this? |
Any updates on this? |
even with constraint of ros2/rclcpp#1953 (comment), i think this would be worth to add to rclpy atm. |
@llapx test for this new feature is failing, could you check? |
OK, I'll take a check. |
Signed-off-by: Lei Liu <[email protected]>
Signed-off-by: Lei Liu <[email protected]>
Signed-off-by: Lei Liu <[email protected]>
Signed-off-by: Lei Liu <[email protected]>
Signed-off-by: Lei Liu <[email protected]>
Updated, can you rerun your CI? |
@llapx still tests with this PR are flaky, can you address test failure on your local environment? |
Signed-off-by: Lei Liu <[email protected]>
Updated! |
@llapx sorry, copyright should be adjusted. we do not need to rerun the CI against this change. |
Signed-off-by: Lei Liu <[email protected]>
@adityapande-1995 can you do another review? |
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.
Looks good !
* Add feature of wait for message. Signed-off-by: Lei Liu <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]>
* Add feature of wait for message (#953). (#960) * Add feature of wait for message. Signed-off-by: Lei Liu <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]> * Fix to issue #1179 (#1180) * Fix to issue #1179 Signed-off-by: KKSTB <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]> * Allow specifying qos (#1225) * Allow specifying qos Signed-off-by: Tim Clephas <[email protected]> --------- Signed-off-by: Lei Liu <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]> Signed-off-by: KKSTB <[email protected]> Signed-off-by: Tim Clephas <[email protected]> Co-authored-by: Lei Liu <[email protected]> Co-authored-by: KKSTB <[email protected]> Co-authored-by: Tim Clephas <[email protected]>
Add feature of wait for message.