-
Notifications
You must be signed in to change notification settings - Fork 27
GUID fix for node graph implementation #255
Conversation
Justification of this change: The So we intend to use Then one question is how to translate from We can first see that Then This is the approach taken by the implementation of |
The hacks in the ros2/rcl unit test is being removed with ros2/rcl#368. |
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.
This looks generally fine to me; I've got a few comments for improvement, but it is nothing major. I'm going to run CI on the whole thing right now. Once the comments are fixed and CI is green, I'm happy to approve.
The one test failure on aarch64 is a known flakey test: ros2/build_farmer#133 . Thus, I'll approve and merge this. Thank you! |
@mm318, this and ros2/rcl#368 will need to be backported to the |
I will be travelling. @ross-desmond, can you do the backport, please? Thanks! |
I can take care of opening the backport PR itself as long as someone from the team is able to field feedback if CI comes back with issues. |
Perfect, i will be available to help should there be issues
…On Tue, Feb 5, 2019, 4:28 PM Steven! Ragnarök ***@***.*** wrote:
Would you or someone else from your team be willing to open a PR with the
backport?
I can take care of opening the backport PR itself as long as someone from
the team is able to field feedback if CI comes back with issues.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#255 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AqOeTOz9UbqViBU9eAEz9vkNMD5QTA1bks5vKiG6gaJpZM4ZfR7C>
.
|
"Prior to this fix in rmw-opensplice, a node was unable to lookup it's own topics and services discovered through the Simple Discovery Protocol. This enables rmw-opensplice to behave the way rmw-connext and rmw-fastrtps in regards to the node graph API." |
* fix node graph unit tests * cleanup header #includes * addressing comments in code review * fix formatting issue caught by linter * address comments from OSRF
There were some hacks left in the ros2/rcl unit test (specifically in test_graph.cpp), because the unique identifier for participants and topics used in rmw_opensplice didn't seem to be correct. This pull request fixes that issue, and the hacks in the unit tests can now be removed.