5 #include <VirtualRobot/VirtualRobot.h>
7 #include <RobotAPI/interface/core/RobotState.h>
9 #include <MemoryX/interface/components/ObjectToRobotNodeAttachment.h>
10 #include <MemoryX/interface/components/WorkingMemoryInterface.h>
49 Eigen::Matrix4f getAttachedObjectPoseInFrame(
const Attachment& attachment,
50 const std::string& frame);
52 const std::string& frame);
59 ObjectInstanceMemorySegmentBasePrx objectInstanceSegment;
63 std::string robotNode;
69 std::map<std::string, Attachment> attachments;
70 std::map<std::string, std::pair<IceUtil::Time, armarx::FramedPose>> objectPoseCache;