-
Notifications
You must be signed in to change notification settings - Fork 483
Increase rclcpp_action test coverage #1153
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
Conversation
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
| // Was added to default group | ||
| shared_node->remove_waitable(fake_shared_ptr, nullptr); | ||
| } else { | ||
| // Was added to a specfic group |
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.
| // Was added to a specfic group | |
| // Was added to a specific group |
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.
Done in c19ba06.
brawner
left a comment
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 to me, if you can fix the couple of typos.
Signed-off-by: Michel Hidalgo <[email protected]>
|
@jacobperron for approval. |
Signed-off-by: Michel Hidalgo <[email protected]>
jacobperron
left a comment
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.
I only reviewed the changes to create_client.hpp and create_server.hpp (they LGTM).
|
Going in! |
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Further improvements on top of #1043.