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

where is the "camera_marker" defined? #47

Closed
superbigzz opened this issue Sep 8, 2019 · 5 comments
Closed

where is the "camera_marker" defined? #47

superbigzz opened this issue Sep 8, 2019 · 5 comments
Labels

Comments

@superbigzz
Copy link

I dont know where the "camera_marker" is defined. Do I need to define it by myself?

@YanhuiDua
Copy link

YanhuiDua commented Sep 9, 2019 via email

@marcoesposito1988
Copy link
Collaborator

marcoesposito1988 commented Sep 9, 2019

Hi @superbigzz,

That is just a place holder for the actual tf frame published by the ROS driver of your tracking system. Since it is always different, all the launch files of easy_handeye allow you to specify the tf frames of interest via arguments. You can take a look at the readme to see how to include the launch files in your own to calibrate and then use the calibration.

@superbigzz
Copy link
Author

Hi @superbigzz,

That is just a place holder for the actual tf frame published by the ROS driver of your tracking system. Since it is always different, all the launch files of easy_handeye allow you to specify the tf frames of interest via arguments. You can take a look at the readme to see how to include the launch files in your own to calibrate and then use the calibration.

oh, got it. Thanks a lot!

@mbajlo
Copy link

mbajlo commented Mar 18, 2020

Hello I am confused with this part:

<arg name="tracking_base_frame" value="/optical_origin"/>
<arg name="tracking_marker_frame" value="/optical_target"/>

Where are tracking base frame and tracking marker frame are coming from?
Since the chessboard or the aruco are on the table, we should somehow estimate their transforms/poses?

@marcoesposito1988
Copy link
Collaborator

Hello @mbajlo,

those are the names of the tf frames that your tracking software respectively uses for your camera and marker. These are either configured by you in the launch parameters of the ROS package that you are using to do the tracking, or documented by its developers if they are not configurable.

You don't need to estimate the initial pose. You just have to make sure that the tracking system and its software are properly calibrated and configured (intrinsic camera calibration, stereo camera calibration, marker size and ID, etc.)

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

No branches or pull requests

4 participants