Implemented classes for a SensorPose with extrinsics, gtest sensor working,...
Implemented classes for a SensorPose with extrinsics, gtest sensor working, debugging factor pose3d with extrinsics
parent
6d9c4c2f
No related branches found
No related tags found
Showing
- CMakeLists.txt 5 additions, 0 deletionsCMakeLists.txt
- include/core/capture/capture_pose.h 2 additions, 0 deletionsinclude/core/capture/capture_pose.h
- include/core/factor/factor_pose_3d_with_extrinsics.h 94 additions, 0 deletionsinclude/core/factor/factor_pose_3d_with_extrinsics.h
- include/core/processor/processor_pose.h 93 additions, 0 deletionsinclude/core/processor/processor_pose.h
- include/core/sensor/sensor_pose.h 79 additions, 0 deletionsinclude/core/sensor/sensor_pose.h
- src/processor/processor_pose.cpp 108 additions, 0 deletionssrc/processor/processor_pose.cpp
- src/sensor/sensor_pose.cpp 46 additions, 0 deletionssrc/sensor/sensor_pose.cpp
- src/yaml/sensor_pose_yaml.cpp 47 additions, 0 deletionssrc/yaml/sensor_pose_yaml.cpp
- test/CMakeLists.txt 8 additions, 0 deletionstest/CMakeLists.txt
- test/gtest_factor_pose_3d_with_extrinsics.cpp 136 additions, 0 deletionstest/gtest_factor_pose_3d_with_extrinsics.cpp
- test/gtest_sensor_pose.cpp 65 additions, 0 deletionstest/gtest_sensor_pose.cpp
include/core/processor/processor_pose.h
0 → 100644
include/core/sensor/sensor_pose.h
0 → 100644
src/processor/processor_pose.cpp
0 → 100644
src/sensor/sensor_pose.cpp
0 → 100644
src/yaml/sensor_pose_yaml.cpp
0 → 100644
test/gtest_sensor_pose.cpp
0 → 100644
Please register or sign in to comment