christianrauch / apriltag_ros

ROS2 node for AprilTag detection
MIT License
128 stars 85 forks source link

fixed doubled tag size for solve_pnp #22

Closed lennartalff closed 7 months ago

lennartalff commented 7 months ago

Set the object points to +/- half the tag size, so that the resulting object points represent a rectangle with an edge length that equals the defined tag size.

christianrauch commented 7 months ago

Thanks. But note that this branch is just for experimenting with different estimation methods and this may not make it into the upstream (master) branch.