-
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
Add node graph functions #247
Conversation
Connected to rcl |
@ross-desmond PTAL at https://github.com/thomas-moulard/rclpy/tree/node_graph_impl - this fixes flake8 issues. |
Verified that tests are passing locally. |
CI build failing due to 0.6.0 tag. |
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 pushed one more small potential leak in the error case. This code now looks OK to me once we get green CI.
@clalancette Thanks! |
ament_uncrustify .
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
dc8edb3
to
642cd58
Compare
Summary: Add node graph calls to Node class in ros2 python
Connects to ros2/rcl#333