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 did you calculate the Position Errors reported in Table 1 in the paper? #8

Open
trqminh opened this issue Feb 2, 2021 · 2 comments

Comments

@trqminh
Copy link

trqminh commented Feb 2, 2021

Hi,
I try to reimplement your work in python. However, I don't know my implementation is adequate or not. I see that you reported in the paper that the errors are as in the table below. I wonder how did you calculate them?

Thank you for your consideration!!
image

@lijx10
Copy link
Owner

lijx10 commented Feb 3, 2021 via email

@trqminh
Copy link
Author

trqminh commented Feb 3, 2021

Yeah, I also used the ground truth given. In fact, as understanding your paper and code, I predict the pose through the procedure below
image

At each update, I compute the L2 distance between the ground-truth pose and the one predicted and updated by reimplemented Fusion EKF. The L2 distance is calculated as follow:
image

Then I get the mean result of those L2 distances equals 0.35. My question is Can this number compare with the value 0.16 reported?

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