Re: error when running standalone rtabmap

Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/error-when-running-standalone-rtabmap-tp817p821.html

Hi,

I can't reproduce the error (well, I tested with the latest version from github). To see more information, you could set the Logger to Debug level. Set this line of app/src/main.cpp to ULogger::kDebug:
ULogger::setLevel(ULogger::kDebug);

Then launch again "bin/rtabmap" to see if you can have more info before the application exits.

cheers