Closed sloretz closed 1 year ago
Marked ready for review since https://github.com/ros/rosdistro/pull/35993
@methylDragon would you be willing to give this a review?
I think this will need a little bit more iteration, the nodeinterfaces implementation on rclcpp can't take in Node::SharedPtrs because of lack of support in RHEL..
So it'll require all instances of passing in a pointer to the node interfaces constructor to dereference that pointer...
Towards #276 requires ros2/rclcpp#2094
This switches fuse to use the upstream
rclcpp::node_interfaces::NodeInterfaces
. It will have to be merged later as upstream needs a default constructor to be usable here.@svwilliams FYI