Skip to content

Commit

Permalink
Fix log statement in aruco_tag_locator.py pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-binit authored Jul 26, 2024
1 parent 22b49e4 commit d0b7652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2/example_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ try:
transform = self.tf_buffer.lookup_transform('base_link',
tag_name,
now)
self.get_logger().info("Found Requested Tag: \n%s", transform)
self.get_logger().info(f"Found Requested Tag: \n{transform}")
self.transform_pub.publish(transform)
return transform
except TransformException as ex:
Expand Down

0 comments on commit d0b7652

Please sign in to comment.