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

Can't compute the transformation from the base frame to the world frame #4

Closed
PhiAbs opened this issue Oct 5, 2017 · 2 comments
Closed

Comments

@PhiAbs
Copy link

PhiAbs commented Oct 5, 2017

I am trying to calibrate a realsense camera using the easy_handeye package. I track some ar markers with the ar_track_alvar package. I want to do a eye on base calibration. Using the GUI from the easy_handeye package, I managed to take samples. The transformations are shown in the "samples" window and they are correct. However, if I want to compute the transformation between the world frame and the camera, the transformation shown in the "Result" window is always the following:

translation:
x: 0.0
y: 0.0
z: 0.0
rotation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0

For the frames I used the following.
Tracking Base Frame: The camera frame
Tracking marker Frame: The frame of the tracked markers, in the camera system
Robot Base Frame: The world frame
Robot Effector Frame: The robot gripper frame which holds the ar markers

Does anyone know what the issue is or what I did wrong?

@marcoesposito1988
Copy link
Collaborator

Hi @PhiAbs,

could you please post the collected samples?

This package uses ViSP as a backend. Have you tried using it directly, passing the samples collected with easy_handeye? If the result is then correct, we have a problem passing it the results or fetching back the result.

@marcoesposito1988
Copy link
Collaborator

Closing for inactivity. If the problem persists, please comment and the issue will be reopened if appropriate.

freesolo92 pushed a commit to freesolo92/easy_handeye that referenced this issue Oct 27, 2021
* windows bringup

* Correct binary locations for shared libraries.

* fix build break.

* fix cv_bridge_boost.pyd.

* remove hard-coded STATIC (IFL-CAMP#3)

* remove WINDOWS_EXPORT_ALL_SYMBOLS property (IFL-CAMP#4)

* add comment

Co-authored-by: shschaefer <stuart@theschaefers.com>
Co-authored-by: Sean Yen <seanyen@microsoft.com>
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