mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added log msg to tell when switching from Mapping to Localization is finished
This commit is contained in:
@@ -495,7 +495,8 @@ void Memory::parseParameters(const ParametersMap & parameters)
|
|||||||
if((_memoryChanged || _linksChanged) && _dbDriver)
|
if((_memoryChanged || _linksChanged) && _dbDriver)
|
||||||
{
|
{
|
||||||
UWARN("Switching from Mapping to Localization mode, the database will be saved and reloaded.");
|
UWARN("Switching from Mapping to Localization mode, the database will be saved and reloaded.");
|
||||||
this->init(_dbDriver->getUrl());
|
this->init(_dbDriver->getUrl());
|
||||||
|
UWARN("Switching from Mapping to Localization mode, the database is reloaded!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_incrementalMemory = value;
|
_incrementalMemory = value;
|
||||||
|
|||||||
Reference in New Issue
Block a user