mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
💄
This commit is contained in:
@@ -3232,7 +3232,7 @@ void DatabaseViewer::regenerateSavedMap()
|
|||||||
types.push_back("Default occupancy grid");
|
types.push_back("Default occupancy grid");
|
||||||
types.push_back("From OctoMap projection");
|
types.push_back("From OctoMap projection");
|
||||||
bool ok;
|
bool ok;
|
||||||
QString type = QInputDialog::getItem(this, tr("Which type?"), tr("Poses:"), types, 0, false, &ok);
|
QString type = QInputDialog::getItem(this, tr("Which type?"), tr("Type:"), types, 0, false, &ok);
|
||||||
if(!ok)
|
if(!ok)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user