ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Why is the y-axis of the tag identified by apriltags perpendicular to the tag plane

asked 2020-07-09 08:32:47 -0500

tytx gravatar image

I try to use apriltags in ROS for robot following,but the y-axis of the tag identified by apriltags is perpendicular to the tag plane image description The results I want to recognize are as follows, the camera's z axis and the label's z axis are in one direction.

https://youtu.be/fHhP12w6rNg

Can someone tell me where the problem is and how should I fix it

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2021-10-07 06:27:08 -0500

TACD gravatar image

This looks like it's due to the same issue I had with depthcloud mapping; your camera frames likely need to have an additional suffix "_optical" frame defined with a different orientation (z forward, x right, y down). Then have AprilTag use the "_optical" frame instead of the main camera frame.

See REP 103.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-07-09 08:29:45 -0500

Seen: 10,136 times

Last updated: Oct 07 '21