Skip to content

Commit

Permalink
Revert "update prints for finding all services (#40)" (#41)
Browse files Browse the repository at this point in the history
* Revert "update prints for finding all services (#40)"

This reverts commit 8cd1982.

* fix quotations on print
  • Loading branch information
andermi authored Feb 3, 2023
1 parent 8cd1982 commit e13509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buoy_api_py/buoy_api/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +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.")
self.get_logger().info('Found all required services.')

def wait_for_services(self):
# TODO(andermi)
Expand Down

0 comments on commit e13509f

Please # to comment.