Issue with ArUco Locator: Transform Not Published Due to Logging Argument Error

Hi,

I’ve been debugging the ArUco locator from this tutorial, and I’ve encountered an issue where the transform is not being published when an ArUco tag is found.

I discovered that the problem was due to an argument issue with get_logger as shown here. By replacing the problematic logging statement with self.get_logger().info(f"Found Requested Tag: \n{transform}"), the issue was resolved.

2 Likes

Thanks @allen! I’ve added your fix to the tutorial. Should show up on the docs shortly.