mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
merged attention branch to trunk
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@657 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -30,10 +30,9 @@ using namespace rtabmap;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
/* Set logger type */
|
||||
ULogger::setType(ULogger::kTypeConsole);
|
||||
ULogger::setLevel(ULogger::kWarning); // Disable log with level
|
||||
ULogger::setLevel(ULogger::kInfo); // Disable log with level
|
||||
|
||||
ULOGGER_INFO("Program started...");
|
||||
|
||||
@@ -67,6 +66,7 @@ int main(int argc, char* argv[])
|
||||
ULOGGER_INFO("Free memory...");
|
||||
|
||||
delete mainWindow;
|
||||
|
||||
//Since we can't put the Rtabmap object in the MainWindow class,
|
||||
//we pop up a message box indicating that the rtabmap object
|
||||
// is being deleted (saving data to the database)
|
||||
|
||||
Reference in New Issue
Block a user