Skip to content

Commit d0b7652

Browse files
authored
Fix log statement in aruco_tag_locator.py pt2
1 parent 22b49e4 commit d0b7652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros2/example_12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ try:
408408
transform = self.tf_buffer.lookup_transform('base_link',
409409
tag_name,
410410
now)
411-
self.get_logger().info("Found Requested Tag: \n%s", transform)
411+
self.get_logger().info(f"Found Requested Tag: \n{transform}")
412412
self.transform_pub.publish(transform)
413413
return transform
414414
except TransformException as ex:

0 commit comments

Comments
 (0)