You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the original PR: ros2/rclcpp#581. It's interesting to note that it comes from wanting to add a "NodeHandle"-like concept like ROS 1 had: ros2/rclcpp#531.
The text was updated successfully, but these errors were encountered:
Issue Type
Distribution
all
Description
I realized that subordinate nodes are not mentioned anywhere in the docs here. See: #5426.
Affected Pages/Sections
No response
Screenshots or Examples (if applicable)
No response
Suggested Fix
Consider documenting sub-nodes:
Additional Context
The best documentation we have right now for sub-nodes is the
rclcpp::Node::create_sub_node()
documentation: https://docs.ros.org/en/rolling/p/rclcpp/generated/classrclcpp_1_1Node.html#classrclcpp_1_1Node_1a8d5b012d7366795fbc8bb315be13a51bSee the original PR: ros2/rclcpp#581. It's interesting to note that it comes from wanting to add a "NodeHandle"-like concept like ROS 1 had: ros2/rclcpp#531.
The text was updated successfully, but these errors were encountered: