Skip to content

Commit

Permalink
fix cherrypick
Browse files Browse the repository at this point in the history
Signed-off-by: Angsa Deployment Team <team@angsa-robotics.com>
  • Loading branch information
Angsa Deployment Team committed Oct 22, 2024
1 parent 63de32d commit 26c79d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def service_caller(
rclpy.spin_until_future_complete(node, future, timeout_sec=call_timeout)
if future.result() is None:
node.get_logger().warning(
f"Failed getting a result from calling {service_name} in "
f"Failed getting a result from calling {fully_qualified_service_name} in "
f"{call_timeout}. (Attempt {attempt+1} of {max_attempts}.)"
)
else:
Expand Down

0 comments on commit 26c79d3

Please sign in to comment.