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

IDQ and DQ calibration not working #2

Open
meghakalia opened this issue Apr 6, 2021 · 2 comments
Open

IDQ and DQ calibration not working #2

meghakalia opened this issue Apr 6, 2021 · 2 comments

Comments

@meghakalia
Copy link

meghakalia commented Apr 6, 2021

sample
Hi, first of all thanks for providing the code. It is very helpful.

I am running the script syntheticDataSimulate.m. The Tsai and ST methods are working fine. However, IDQ and DQ are giving very strange results. The translation is in hundreds and rotation error in tens, unlike ST and Tsai. Also, this is unlike anything mentioned in your paper.

On probing a little, in handeye_IDQ the problem seems to be in the line t = 2*qmult(qprime,qconj(q));

Would you mind confirming if the script still works ?

@meghakalia meghakalia changed the title IDQ and DQ calibration IDQ and DQ calibration not working Apr 6, 2021
@kpach
Copy link
Contributor

kpach commented Apr 6, 2021

That's strange. I just downloaded the script, added missing files (skew3.m, Rot.m and rodrigues.m), and the script worked fine. Can you pull the repository again to see if it still has any errors?

Thanks.

@meghakalia
Copy link
Author

the script worked. I think it was because of the MATLAB's inbuilt functions which had different orientation. Once I used your missing functions the code worked. Thanks so much.

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