18 MapEditor(
const std::string& init_map_path);
28 std::vector<glim::SubMap::Ptr> load_submaps(guik::ProgressInterface& progress,
const std::string& map_path);
30 bool save_submaps(guik::ProgressInterface& progress,
const std::string& save_path);
33 std::shared_ptr<spdlog::logger> logger;
34 std::unique_ptr<guik::ProgressModal> progress_modal;
37 std::string init_map_path;
39 std::vector<glim::SubMap::Ptr> submaps;
40 std::unique_ptr<PointsSelector> selector;