Skip to content

Commit

Permalink
update prints for finding all services (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Anderson <anderson@mbari.org>
  • Loading branch information
andermi authored Feb 3, 2023
1 parent 821c6c7 commit 8cd1982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buoy_api_py/buoy_api/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8cd1982

Please # to comment.