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

No timestamps in result file #237

Open
dgkntrz opened this issue Apr 11, 2021 · 1 comment
Open

No timestamps in result file #237

dgkntrz opened this issue Apr 11, 2021 · 1 comment

Comments

@dgkntrz
Copy link

dgkntrz commented Apr 11, 2021

Hello,

When I run the algorithm on EuRoC dataset, the timestamps in results.txt are all 0. Any ideas on how to solve this problem?

Thanks in advance!

@QsingHuan
Copy link

QsingHuan commented Dec 13, 2022

You need to provide a times.txt file for the timestamp to work

inline void loadTimestamps()

std::string timesFile = path.substr(0,path.find_last_of('/')) + "/times.txt";

see the times.txt in the sample data for reference

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