This commit is contained in:
matlabbe
2025-04-13 15:58:21 -07:00
parent 08f031e11c
commit b750e94eaa
6 changed files with 50 additions and 16 deletions
+15
View File
@@ -8320,6 +8320,21 @@ void MainWindow::exportBundlerFormat()
_currentLinksMap,
_cachedSignatures,
_preferencesDialog->getAllParameters());
if(!poses.empty())
{
UINFO("Updating map...");
this->updateMapCloud(
poses,
std::multimap<int, Link>(_currentLinksMap),
std::map<int, int>(_currentMapIds),
std::map<int, std::string>(_currentLabels),
std::map<int, Transform>(_currentGTPosesMap),
std::map<int, Transform>(),
std::multimap<int, Link>(),
false);
UINFO("Updating map... done!");
}
}
else
{