Merge branch 'master' of https://github.com/introlab/rtabmap into ios

This commit is contained in:
matlabbe
2021-06-21 09:41:11 -04:00
13 changed files with 101 additions and 67 deletions
+4
View File
@@ -50,6 +50,10 @@ int main(int argc, char* argv[])
ULogger::setType(ULogger::kTypeConsole);
ULogger::setLevel(ULogger::kWarning);
#ifdef WIN32
CoInitialize(nullptr);
#endif
#ifdef RTABMAP_PYTHON
PythonInterface python; // Make sure we initialize python in main thread
#endif