Skip to content

Commit 3560389

Browse files
authored
Add files via upload
1 parent 7e4ab62 commit 3560389

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/backend_opt.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <open3d/pipelines/registration/GlobalOptimizationMethod.h>
1616
#include <open3d/utility/Logging.h>
1717
#include <open3d/io/PoseGraphIO.h>
18+
#include <open3d/io/PointCloudIO.h>
1819
#include <open3d/pipelines/registration/Feature.h>
1920

2021
#include <open3d/visualization/visualizer/Visualizer.h>
@@ -112,7 +113,8 @@ class BackEndOptimizer{
112113
void PerformLoopClosure(const int j, open3d::geometry::PointCloud &PointCloud);
113114
void MultiRegistration(bool OdomRefinement=false);
114115
void writePoseGraph(const std::string &filename) const;
115-
void writePoses(const std::string &filename);
116+
void writePoses(const std::string &filename); // not const because unique_lock for FramePoses
117+
void SaveMap(const std::string &filename); // not const because unique_lock for FramePoses
116118

117119
private:
118120
bool verborse;

0 commit comments

Comments
 (0)