37 #include <MemoryX/interface/components/GraphNodePoseResolverInterface.h>
38 #include <MemoryX/interface/components/PriorKnowledgeInterface.h>
39 #include <MemoryX/interface/memorytypes/MemoryEntities.h>
40 #include <MemoryX/interface/memorytypes/MemorySegments.h>
101 void refreshScenes();
103 void locationsMemoryxToArmem(
const std::string& sceneName);
104 void locationsArmemToMemoryx(
const std::string& sceneName);
105 void graphMemoryxToArmem(
const std::string& sceneName);
106 void graphArmemToMemoryx(
const std::string& sceneName);
120 memoryx::PriorKnowledgeInterfacePrx priorKnowledge;
121 memoryx::GraphNodePoseResolverInterfacePrx graphNodePoseResolver;
122 memoryx::GraphMemorySegmentBasePrx graphSegment;
137 Properties properties;