4 #include <MemoryX/interface/components/WorkingMemoryInterface.h>
6 #include <RobotAPI/interface/core/RobotState.h>
8 #include <VirtualRobot/VirtualRobot.h>
28 void initFromProxies(memoryx::PriorKnowledgeInterfacePrx
const& priorKnowledge,
29 memoryx::WorkingMemoryInterfacePrx
const& workingMemory,
30 armarx::RobotStateComponentInterfacePrx
const& robotStateComponent);
32 std::vector<ObjectInstanceWrapper>
queryObjects(std::set<std::string>
const& ids = {});
37 armarx::RobotStateComponentInterfacePrx robotStateComponent;
39 VirtualRobot::RobotPtr localRobot;
40 memoryx::ObjectInstanceMemorySegmentBasePrx objectInstancesSegment;