-
Notifications
You must be signed in to change notification settings - Fork 483
[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
base: humble
Are you sure you want to change the base?
[Humble] Implement Unified Node Interface (NodeInterfaces class) (backport #2041) #3002
Conversation
Co-authored-by: William Woodall <[email protected]> Co-authored-by: methylDragon <[email protected]> Signed-off-by: Fabian Hirmann <[email protected]>
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
…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]>
|
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 |
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