-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync modules: add kitti groundtruth interface
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule mola_common
updated
3 files
+1 −1 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+1 −1 | mola_common-config.cmake.in |
Submodule mola_input_euroc_dataset
updated
3 files
+1 −1 | CMakeLists.txt | |
+1 −1 | include/mola_input_euroc_dataset/EurocDataset.h | |
+1 −1 | src/EurocDataset.cpp |
Submodule mola_input_kitti_dataset
updated
5 files
+1 −0 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+3 −2 | apps/mola-kitti-eval-error.cpp | |
+10 −1 | include/mola_input_kitti_dataset/KittiOdometryDataset.h | |
+22 −4 | src/KittiOdometryDataset.cpp |
Submodule mola_kernel
updated
57 files
Submodule mola_yaml
updated
5 files
+1 −1 | CMakeLists.txt | |
+1 −1 | include/mola_yaml/macro_helpers.h | |
+1 −1 | include/mola_yaml/yaml_helpers.h | |
+1 −1 | src/yaml_helpers.cpp | |
+1 −1 | tests/test-yaml-parser.cpp |
Submodule mp2p_icp
updated
99 files