Function mrpt::system::getShareMRPTDir
Defined in File filesystem.h
Function Documentation
-
std::string mrpt::system::getShareMRPTDir()
Attempts to find the directory
[PREFIX/]share/mrpt/and returns its absolute path, or empty string if not found. Example return paths: Linux after installing =/usr/share/mrpt/; manually-built system =[MRPT_SOURCE_DIR]/share/mrpt/, etc.