mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added log msg to tell when switching from Mapping to Localization is finished
This commit is contained in:
@@ -496,6 +496,7 @@ void Memory::parseParameters(const ParametersMap & parameters)
|
|||||||
{
|
{
|
||||||
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