-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Labels
Description
Feature request
Feature description
It would be nice to have a wait_for_node(node_name, timeout) function which would wait for a particular node to show up, and block for a specified time. Further, we can have a set of wait_for_* functions which could wait for parameters, services, topics to show up.
Implementation considerations
This feature was mentioned in ros2/launch_ros#263.
Related feature exists in rcl (ros2/rcl#907) but it hasn't been ported to rclcpp (ros2/rclcpp#1621) due to a design issue.
apockill