|
#include <RobotAPI/libraries/ArmarXObjects/ObjectInfo.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::string | relativePath |
Relative to the package's data directory. More... | |
Definition at line 22 of file ObjectInfo.h.
std::filesystem::path absolutePath |
The absolute path (in the host's file system).
Definition at line 30 of file ObjectInfo.h.
std::string package |
Name of the ArmarX package.
Definition at line 25 of file ObjectInfo.h.
std::string relativePath |
Relative to the package's data directory.
Definition at line 28 of file ObjectInfo.h.