when and why do we use two or more ros::NodeHandle for one Node?
could you please explain when and why two or more ros::NodeHandle object are used in a program? could you please give some experimental example for these cases?
You tagged this with
ros2
, but afaik ROS 2 doesn't (yet) have aNodeHandle
?