mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added --poses option to report tool. Reprocess tool: Export ground/obstacles when 3d map is created.
This commit is contained in:
@@ -696,6 +696,10 @@ bool DatabaseViewer::openDatabase(const QString & path)
|
||||
ui_->actionOpen_database->setEnabled(false);
|
||||
|
||||
pathDatabase_ = UDirectory::getDir(path.toStdString()).c_str();
|
||||
if(pathDatabase_.isEmpty() || pathDatabase_.compare(".") == 0)
|
||||
{
|
||||
pathDatabase_ = QDir::currentPath();
|
||||
}
|
||||
databaseFileName_ = UFile::getName(path.toStdString());
|
||||
ui_->graphViewer->setWorkingDirectory(pathDatabase_);
|
||||
|
||||
|
||||
@@ -228,13 +228,13 @@ GraphViewer::GraphViewer(QWidget * parent) :
|
||||
_root(0),
|
||||
_graphRoot(0),
|
||||
_globalPathRoot(0),
|
||||
_nodeVisible(true),
|
||||
_nodeRadius(0.01f),
|
||||
_linkWidth(0),
|
||||
_gridMap(0),
|
||||
_referential(0),
|
||||
_originReferential(0),
|
||||
_gridCellSize(0.0f),
|
||||
_nodeVisible(true),
|
||||
_localRadius(0),
|
||||
_loopClosureOutlierThr(0),
|
||||
_maxLinkLength(0.02f),
|
||||
|
||||
Reference in New Issue
Block a user