File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
117119private:
118120 bool verborse;
You can’t perform that action at this time.
0 commit comments