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

What is gtFile ? And what is the different between gtFile and imuFile? #4

Closed
HongShaojiang opened this issue Apr 1, 2022 · 3 comments

Comments

@HongShaojiang
Copy link

Hi, I want to run dm-vio on my dataset with imu, and I got Aborted(core dumped), I dont know the different between gtFile and imuFile, could you explain this two file. Tks.

@hellovuong
Copy link

gtFile is the ground trutth for your datasets, usually the poses from motion capture, or other reliable SLAM, etc. imuFile is simply the imu datafile.

@lukasvst
Copy link
Owner

lukasvst commented Apr 1, 2022

Yes, the explanation of @hellovuong is correct. While gtFile is optional, imuFile is required (unless you pass useimu=0, which will disable the IMU for the system and can be used for debugging).

@HongShaojiang
Copy link
Author

Thank you very 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

3 participants