mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Added visualization cloud filtering
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1077 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -41,9 +41,6 @@ Parameters::~Parameters()
|
||||
|
||||
std::string Parameters::getDefaultWorkingDirectory()
|
||||
{
|
||||
#ifdef DEMO_BUILD
|
||||
std::string path = "."; // current directory
|
||||
#else
|
||||
std::string path = UDirectory::homeDir();
|
||||
if(!path.empty())
|
||||
{
|
||||
@@ -55,7 +52,7 @@ std::string Parameters::getDefaultWorkingDirectory()
|
||||
{
|
||||
UFATAL("Can't get the HOME variable environment!");
|
||||
}
|
||||
#endif
|
||||
|
||||
path += UDirectory::separator(); // add trailing separator
|
||||
return path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user