-
Notifications
You must be signed in to change notification settings - Fork 51
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 rmw_wait, rmw_create_wait_set and rmw_destroy_set tests #139
Conversation
…d tests Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
…plementation_wait_set
Signed-off-by: ahcorde <ahcorde@gmail.com>
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.
LGTM pending green CI
|
||
// Created a valid wait set | ||
rmw_wait_set_t * wait_set = rmw_create_wait_set(&context, 1); | ||
ASSERT_NE(nullptr, wait_set); |
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.
@ahcorde nit:
ASSERT_NE(nullptr, wait_set); | |
ASSERT_NE(nullptr, wait_set) << rmw_get_error_string().str; |
@ros-pull-request-builder retest this please. |
@ahcorde ready to go! |
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
Ok, this one's ready to go! I'll go ahead and merge. |
…139) Signed-off-by: ahcorde <ahcorde@gmail.com> Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
…139) Signed-off-by: ahcorde <ahcorde@gmail.com> Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
…139) Signed-off-by: ahcorde <ahcorde@gmail.com> Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
…139) Signed-off-by: ahcorde <ahcorde@gmail.com> Co-authored-by: Michel Hidalgo <michel@ekumenlabs.com>
This PR builds on top of #137
Related to:
Signed-off-by: ahcorde ahcorde@gmail.com