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

How to add aruco marker as a marker #145

Open
jide07 opened this issue Dec 31, 2024 · 1 comment
Open

How to add aruco marker as a marker #145

jide07 opened this issue Dec 31, 2024 · 1 comment

Comments

@jide07
Copy link

jide07 commented Dec 31, 2024

I am working with the easy_handeye, from the launch file I do not understand what is meant by tracking_marker_frame

    <!-- fill in the following parameters according to your tracking system's published tf frames -->
    <arg name="tracking_base_frame" value="/optical_origin"/>
    <arg name="tracking_marker_frame" value="/optical_target"/>

I have connected the image, but not sure what should be the marker and how to add it

@marcoesposito1988
Copy link
Collaborator

Hi @jide07,

those are the tf frames of the tracking system (e.g. camera) and of the marker.

The relative position of the tracking system and tracking marker should be published in tf by the marker tracking software, which computes the position based on the content of the image grabbed by the camera and the camera intrinsic calibration.

You can use easy_aruco to do this, as shown in some example launch files.

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

2 participants