mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 22:40:19 +08:00
Export: fixed depth image wrongly set for stereo data
This commit is contained in:
@@ -635,7 +635,7 @@ int main(int argc, char * argv[])
|
||||
else
|
||||
{
|
||||
printf("[Warning] \"pub_loops\" option is used but parameter %s is true in the opened database. "
|
||||
"Setting parameter %s to false for convenience to so that republished loop closure ids match.\n",
|
||||
"Setting parameter %s to false for convenience so that republished loop closure ids match.\n",
|
||||
Parameters::kMemGenerateIds().c_str(),
|
||||
Parameters::kMemGenerateIds().c_str());
|
||||
uInsert(parameters, ParametersPair(Parameters::kMemGenerateIds(), "false"));
|
||||
|
||||
Reference in New Issue
Block a user