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

individualMarkersNoKinect find tag pose fail #85

Open
KJZhuAutomatic opened this issue Jan 8, 2021 · 0 comments
Open

individualMarkersNoKinect find tag pose fail #85

KJZhuAutomatic opened this issue Jan 8, 2021 · 0 comments

Comments

@KJZhuAutomatic
Copy link

KJZhuAutomatic commented Jan 8, 2021

Hi, when I use the simulate camera in gazebo to track the ar tag , the visual marker pose is not correct.As you can see, the tag is front of robot mira, not in the above of it. And sometimes the id is also wrong. I use id 1 but the node publish 255.I am so confused about that , help !!!
vision_track_problem
My launch code:
`

<node name="ar_track_alvar" pkg="ar_track_alvar" type="individualMarkersNoKinect" respawn="false" output="screen">
    <param name="marker_size"           type="double" value="40" />
    <param name="max_new_marker_error"  type="double" value="0.1" />
    <param name="max_track_error"       type="double" value="0.2" />
    <param name="output_frame"          type="string" value="camera_optical_link"/>
    <remap from="camera_image"  to="/mira/camera1/image_raw"/>
    <remap from="camera_info"   to="/mira/camera1/camera_info"/>
</node>

`
And the camera_optical_link is a frame whose z_axis align with camera optical axis.

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