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

Add file I/O for VioDataset #208

Open
wants to merge 6 commits into
base: feature_vio_dataset
Choose a base branch
from

Conversation

leokoppel
Copy link
Contributor

@leokoppel leokoppel commented Aug 8, 2017

Reads and writes dataset files compatible with KITTI format.

This means a kitti dataset directory can be read in as a VioDataset (though only part of the information is currently used). Currently this includes

  • One camera (camera 00)
  • Rectified camera calibration parameters (not distortion parameters)
  • Camera to IMU extrinsic calibration
  • GPS and a few IMU values
  • landmark ground truth (extra, custom format)
  • pre-processed feature measurements (extra, custom format)

Pre-Merge Checklist:

  • Code is documented in doxygen format
  • Code has automated tests
  • Zero compiler warnings
  • Formatted with clang-format

@leokoppel leokoppel self-assigned this Aug 8, 2017
@leokoppel leokoppel requested a review from chutsu August 8, 2017 19:47
@leokoppel leokoppel force-pushed the feature_vio_dataset branch from 808b9f7 to 0dd1dba Compare August 8, 2017 19:58
@leokoppel leokoppel force-pushed the feature_vio_dataset_file branch from 299fae3 to 6908f80 Compare August 8, 2017 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant