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

Fix estimated trajectory loading for euroc format #530

Closed
wants to merge 1 commit into from

Conversation

dantenoguera
Copy link

No description provided.

@MichaelGrupp
Copy link
Owner

It's not a bug, it's a feature. The euroc csv file has columns that don't make sense for files that are not intended as ground truth, e.g. the IMU bias.

See also the evo Wiki:

This format only makes sense for these ground truth files because they have additional data (which we don't need). If you use the EuRoC dataset, you usually need to save the trajectory in another format like the TUM format (e.g. ORB-SLAM does it like that).
In euroc mode, evo's metrics require you to give the reference in the EuRoC format and the estimated trajectory in the TUM format.

In case you anyway have an EuRoC style file and want to use it, you can convert it with evo_traj.

@dantenoguera
Copy link
Author

I see, sorry for the noise.

@MichaelGrupp
Copy link
Owner

No problem! 🙂

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

Successfully merging this pull request may close these issues.

2 participants