-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the unit of tag_size? #1
Comments
gazebo_apriltag/template/model.sdf Line 9 in 872685a
In this case, real tag size (for pose estimation) will be 0.8 because each tag occupies 80% of the rectangle in width. |
Thanks @koide3 . So, what are the required steps to, for example, generate a tag with physical size of 1 meter? |
The steps would be like: 1) change |
@koide3 Thanks for the script! |
Usually you don't need to change gazebo_apriltag/template/model.sdf Line 9 in 872685a
|
Thanks for your experience! As I try to generate a apriltag board, I need to try some texture size to see if it will blur with 1024x1024. |
@koide3 Thanks for this useful package.
What is the unit of the
tag_size
? If I want to generate tag with 1 meter edge length, what would be thetag_size
value?Thank you.
The text was updated successfully, but these errors were encountered: