mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 14:30:19 +08:00
Fixed #1483.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user