Re: Error in GuiWrapper.cpp while buildng rtabmap_ros

Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/Error-in-GuiWrapper-cpp-while-buildng-rtabmap-ros-tp3865p3869.html

Hi,

It is strange, the automated build is fine and the method is here, unless there is a problem with the default arguments on your system. The code creating the MainWindow is here. You may try modify the code and set explicitly the arguments:
mainWindow_ = new MainWindow(new PreferencesDialogROS(configFile), 0, true);

cheers,
Mathieu