fixed voxelize assertion with c++ rgbd mapping example

This commit is contained in:
matlabbe
2017-07-26 16:00:02 -04:00
parent 3443c3b8ea
commit 0491125e92
2 changed files with 10 additions and 3 deletions

View File

@@ -428,7 +428,7 @@ void DBDriverSqlite3::disconnectDatabaseQuery(bool save, const std::string & out
}
if(outputFile.empty())
{
UERROR("Database was initialized with an empty url (in memory). To save it "
UERROR("Database was initialized with an empty url (in memory). To save it, "
"the output url should not be empty. The database is thus closed without being saved!");
}
else