-
Notifications
You must be signed in to change notification settings - Fork 227
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 clients by node implementation from rcl #383
Conversation
Signed-off-by: Siddharth Kucheria <[email protected]>
Signed-off-by: Siddharth Kucheria <[email protected]>
Signed-off-by: Siddharth Kucheria <[email protected]>
6b003cf
to
b90941c
Compare
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.
Some minor comments. Also, add a smoke test for the new node method, similar to get_service_names_and_types
.
Co-Authored-By: Jacob Perron <[email protected]>
Co-Authored-By: Jacob Perron <[email protected]>
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.
Two small comments to address, otherwise LGTM with green CI 👍
I believe this introduced a regression in our nightlies: I don't understand why, though because I don't see the trailing whitespace on line 182... |
It's definitely there, but I don't know that this pr was the culprit: #385 |
Connects to ros2/sros2#141
Requires ros2/rcl#459