Implemented all object slam classes, very simple processor WIP
Showing
- .gitignore 36 additions, 0 deletions.gitignore
- CMakeLists.txt 315 additions, 0 deletionsCMakeLists.txt
- README.md 4 additions, 0 deletionsREADME.md
- cmake_modules/wolfobjectslamConfig.cmake 90 additions, 0 deletionscmake_modules/wolfobjectslamConfig.cmake
- demos/CMakeLists.txt 13 additions, 0 deletionsdemos/CMakeLists.txt
- include/objectslam/capture/capture_object.h 40 additions, 0 deletionsinclude/objectslam/capture/capture_object.h
- include/objectslam/feature/feature_object.h 38 additions, 0 deletionsinclude/objectslam/feature/feature_object.h
- include/objectslam/landmark/landmark_object.h 51 additions, 0 deletionsinclude/objectslam/landmark/landmark_object.h
- include/objectslam/processor/processor_tracker_landmark_object.h 150 additions, 0 deletions.../objectslam/processor/processor_tracker_landmark_object.h
- internal/config.h.in 36 additions, 0 deletionsinternal/config.h.in
- src/capture/capture_object.cpp 24 additions, 0 deletionssrc/capture/capture_object.cpp
- src/feature/feature_object.cpp 25 additions, 0 deletionssrc/feature/feature_object.cpp
- src/landmark/landmark_object.cpp 85 additions, 0 deletionssrc/landmark/landmark_object.cpp
- src/processor/processor_tracker_landmark_object.cpp 378 additions, 0 deletionssrc/processor/processor_tracker_landmark_object.cpp
- src/yaml/processor_tracker_landmark_object_yaml.cpp 64 additions, 0 deletionssrc/yaml/processor_tracker_landmark_object_yaml.cpp
- test/CMakeLists.txt 17 additions, 0 deletionstest/CMakeLists.txt
- test/gtest/CMakeLists.txt 65 additions, 0 deletionstest/gtest/CMakeLists.txt
- test/gtest_feature_object.cpp 50 additions, 0 deletionstest/gtest_feature_object.cpp
- test/gtest_landmark_object.cpp 81 additions, 0 deletionstest/gtest_landmark_object.cpp
- test/gtest_processor_tracker_landmark_object.cpp 317 additions, 0 deletionstest/gtest_processor_tracker_landmark_object.cpp
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
README.md
0 → 100644
cmake_modules/wolfobjectslamConfig.cmake
0 → 100644
demos/CMakeLists.txt
0 → 100644
include/objectslam/capture/capture_object.h
0 → 100644
include/objectslam/feature/feature_object.h
0 → 100644
internal/config.h.in
0 → 100644
src/capture/capture_object.cpp
0 → 100644
src/feature/feature_object.cpp
0 → 100644
src/landmark/landmark_object.cpp
0 → 100644
test/CMakeLists.txt
0 → 100644
test/gtest/CMakeLists.txt
0 → 100644
test/gtest_feature_object.cpp
0 → 100644
test/gtest_landmark_object.cpp
0 → 100644
Please register or sign in to comment