Skip to content
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

everything seems ok but no tf published and the tag_detections/image is not corret #140

Open
Elio-in-summer opened this issue Nov 24, 2022 · 0 comments

Comments

@Elio-in-summer
Copy link

Elio-in-summer commented Nov 24, 2022

Ubuntu 10.04 ROS noetic
I have install apriltag_ros step by step in my workspace according to the github's guide
And write .launch and yaml according to the doc
When I open the debug mode and check intermediate figure in .ros , it seems the algorithm works well
here is the yaml :
setting.yaml

tag_family: 'tag36h11' # options: tagStandard52h13, tagStandard41h12, tag36h11, tag25h9, tag16h5, tagCustom48h12, tagCircle21h7, tagCircle49h12
tag_threads: 2 # default: 2
tag_decimate: 1.0 # default: 1.0
tag_refine_edges: 1 # default: 1

publish_tf: true # default: true

tag_blur: 0.0
tag_debug: 1
max_hamming_dist: 2
transport_hint: "raw"

tags.yaml:
standalone_tags:
[
{id: 22, size: 0.5},
]
tag_bundles:
[
{
name: 'my_bundle',
layout:
[
{id: 22, size: 0.5, x: 0.0, y: 0.0, z: 0.0, qw: 1.0, qx: 0.0, qy: 0.0, qz: 0.0},
]
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant