|
#include <RobotAPI/libraries/PriorKnowledge/core/FinderInfoBase.h>
Public Attributes | |
std::filesystem::path | absolutePath |
The absolute path (in the host's file system). More... | |
std::string | package |
Name of the ArmarX package. More... | |
std::filesystem::path | relativePath |
Relative to the package's data directory. More... | |
Definition at line 17 of file FinderInfoBase.h.
std::filesystem::path absolutePath |
The absolute path (in the host's file system).
Definition at line 26 of file FinderInfoBase.h.
std::string package |
Name of the ArmarX package.
Definition at line 20 of file FinderInfoBase.h.
std::filesystem::path relativePath |
Relative to the package's data directory.
Definition at line 23 of file FinderInfoBase.h.