diff --git a/buoy_api_py/buoy_api/interface.py b/buoy_api_py/buoy_api/interface.py index bc07db8..7355881 100644 --- a/buoy_api_py/buoy_api/interface.py +++ b/buoy_api_py/buoy_api/interface.py @@ -154,6 +154,7 @@ def __init__(self, node_name, wait_for_services=False, check_for_services=True, if not found and wait_for_services: while rclpy.ok() and not self.wait_for_services(): pass + self.get_logger().info("Found all required services.") def wait_for_services(self): # TODO(andermi)