mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-14 15:20:19 +08:00
GUI Preferences panel update
This commit is contained in:
@@ -69,7 +69,7 @@ QString PreferencesDialogROS::getParamMessage()
|
||||
|
||||
bool PreferencesDialogROS::readCoreSettings(const QString & filePath)
|
||||
{
|
||||
if(filePath.isEmpty())
|
||||
if(filePath.isEmpty() || filePath.compare(getTmpIniFilePath()) == 0)
|
||||
{
|
||||
ros::NodeHandle nh;
|
||||
ROS_INFO("%s", this->getParamMessage().toStdString().c_str());
|
||||
|
||||
Reference in New Issue
Block a user