Closed fujitatomoya closed 3 years ago
@ivanpauno
not urgent. but when you got time, could you take a look and share your thougths?
I'm marking this as help wanted
good first issue
, as anybody that need those methods exposed in rclcpp
can create a PR.
Up to now, those were only exposed in rclpy
and are mainly being used in the ros2cli
tools (I don't know of much user code making use of them directly).
Ah, I didn't see there was a PR already :grimacing:
Feature request
Feature description
The following rcl_graph interfaces are not exposed to
rclcpp::node_interfaces::NodeGraph
.Implementation considerations
Implementation should be straight-forward to just bind the interfaces from
rcl
torclcpp
.Note
rclpy
does have all of the rcl_graph.