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 find accumulated position error? #18

Closed
Yuzz1020 opened this issue Aug 13, 2018 · 1 comment
Closed

How to find accumulated position error? #18

Yuzz1020 opened this issue Aug 13, 2018 · 1 comment

Comments

@Yuzz1020
Copy link

Hey,

Great work! However, I have encountered an problem of how to find the accumulated error of predicted positions. The ATE used in the program seems only considers the relatively error in each snippets. I want to find out the accumulated deviation in position between ground truth position and the predicted position from first images in the dataset. How can I achieve this?

Thank you for your time and patience.

@yzcjtr
Copy link
Owner

yzcjtr commented Aug 14, 2018

You can try to concat these snippets into a complete trajectory. Assuming you have the absolute pose of frame1 as P1 (4*4 transformation matrix), and the relative pose from frame1 to frame2 as P_rel, then you have the absolute pose of frame2 as P1*P_rel.

@yzcjtr yzcjtr closed this as completed Aug 21, 2018
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