Merge branch 'falko_implementation' into 'devel'
Falko implementation See merge request !23
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 94 additions, 0 deletions.gitlab-ci.yml
- CMakeLists.txt 42 additions, 8 deletionsCMakeLists.txt
- include/laser/feature/feature_scene_falko.h 77 additions, 0 deletionsinclude/laser/feature/feature_scene_falko.h
- include/laser/processor/processor_loop_closure_falko.h 677 additions, 0 deletionsinclude/laser/processor/processor_loop_closure_falko.h
- include/laser/processor/processor_loop_closure_falko_icp.h 298 additions, 0 deletionsinclude/laser/processor/processor_loop_closure_falko_icp.h
- include/laser/processor/processor_loop_closure_icp.h 45 additions, 37 deletionsinclude/laser/processor/processor_loop_closure_icp.h
- src/feature/feature_scene_falko.cpp 27 additions, 0 deletionssrc/feature/feature_scene_falko.cpp
- src/processor/processor_loop_closure_falko.cpp 37 additions, 0 deletionssrc/processor/processor_loop_closure_falko.cpp
- src/processor/processor_loop_closure_falko_icp.cpp 38 additions, 0 deletionssrc/processor/processor_loop_closure_falko_icp.cpp
- src/processor/processor_loop_closure_icp.cpp 155 additions, 114 deletionssrc/processor/processor_loop_closure_icp.cpp
- src/processor/processor_odom_icp.cpp 8 additions, 45 deletionssrc/processor/processor_odom_icp.cpp
- test/CMakeLists.txt 14 additions, 5 deletionstest/CMakeLists.txt
- test/data/scan_data.h 2929 additions, 0 deletionstest/data/scan_data.h
- test/gtest_processor_loop_closure_falko.cpp 719 additions, 0 deletionstest/gtest_processor_loop_closure_falko.cpp
- test/gtest_processor_loop_closure_falko_icp.cpp 121 additions, 0 deletionstest/gtest_processor_loop_closure_falko_icp.cpp
- test/gtest_processor_loop_closure_icp.cpp 245 additions, 0 deletionstest/gtest_processor_loop_closure_icp.cpp
- test/gtest_processor_tracker_feature_polyline_2d.cpp 0 additions, 1203 deletionstest/gtest_processor_tracker_feature_polyline_2d.cpp
- test/params1.yaml 0 additions, 30 deletionstest/params1.yaml
- test/params2.yaml 0 additions, 33 deletionstest/params2.yaml
- test/params3.1.yaml 0 additions, 8 deletionstest/params3.1.yaml
include/laser/feature/feature_scene_falko.h
0 → 100644
This diff is collapsed.
src/feature/feature_scene_falko.cpp
0 → 100644
test/data/scan_data.h
0 → 100644
This diff is collapsed.
test/gtest_processor_loop_closure_falko.cpp
0 → 100644
This diff is collapsed.
This diff is collapsed.
test/gtest_processor_loop_closure_icp.cpp
0 → 100644
This diff is collapsed.
This diff is collapsed.
test/params1.yaml
deleted
100644 → 0
test/params2.yaml
deleted
100644 → 0
test/params3.1.yaml
deleted
100644 → 0
Please register or sign in to comment