-
Notifications
You must be signed in to change notification settings - Fork 497
[Humble] Implement Unified Node Interface (NodeInterfaces class) (backport #2041) #3002
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
[Humble] Implement Unified Node Interface (NodeInterfaces class) (backport #2041) #3002
Conversation
alsora
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.
The PR is made of only additions and no changes to existing classes so it's safe to backport.
|
Pulls: #3002 |
ahcorde
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 can see here some build errors https://ci.ros2.org/job/ci_linux-rhel/6214/console
|
Thank you @ahcorde for your comment! I think I fixed the issue now. I am still wondering that the same issue did not appear locally on my system (Ubuntu 22.04) as well as at the PR on the rolling branch but I believe it must be because of different compilers or compiler options. In any case, please have another look on it! |
|
Pulls: #3002 |
|
Hi @ahcorde! Is there something blocking this PR from getting merged? Or is there something else I can do to support the progress of this PR? Thanks, |
ahcorde
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.
Hi @ahcorde!
Is there something blocking this PR from getting merged? Or is there something else I can do to support the progress of this PR?
Thanks, Fabian
There are some consistent tests failures, can you check if these tests are related with this PR ?
|
This seems to miss the changes done recently to the signal handling. A rebase should fix the tests. |
Co-authored-by: William Woodall <[email protected]> Co-authored-by: methylDragon <[email protected]> Signed-off-by: Fabian Hirmann <[email protected]>
…icitly getting a reference using a lambda instead of a conditional operator where the type is NodeT instead of NodeT & Signed-off-by: Fabian Hirmann <[email protected]>
b41fe0c to
9d97c24
Compare
Thank you @jmachowinski! I rebased my branch now. @ahcorde Could you trigger another build? Thanks! In the meanwhile I also checked the failed tests and the comment of @jmachowinski makes sense. The following tests failed:
|
|
Pulls: #3002 |
Thank you @ahcorde for running the build again! I see that linux-rhel is still unstable but I do not see any relation to my PR. The errors at linux-rhel are in the following packages where I believe in both cases it is because RHEL has an older version of python (3.6 compared to 3.10 on Ubuntu 22.04):
|
Description
This is a backport of #2041 to Humble to use the new nice
NodeInterfacesclass there as well.Fixes #2309
Is this user-facing behavior change?
No, previously existing behavior is not changed.
Did you use Generative AI?
No.
Additional Information
Interestingly the
NodeInterfacesclass is also already documented for ROS Humble but has not been backported to Humble yet:https://docs.ros.org/en/humble/Tutorials/Intermediate/Using-Node-Interfaces-Template-Class.html