5 #include <VirtualRobot/VirtualRobot.h>
7 #include <RobotAPI/interface/core/RobotState.h>
9 #include <MemoryX/interface/components/WorkingMemoryInterface.h>
10 #include <MemoryX/interface/components/ObjectToRobotNodeAttachment.h>
53 Eigen::Matrix4f getAttachedObjectPoseInFrame(
const Attachment& attachment,
const std::string& frame);
62 ObjectInstanceMemorySegmentBasePrx objectInstanceSegment;
66 std::string robotNode;
72 std::map<std::string, Attachment> attachments;
73 std::map<std::string, std::pair<IceUtil::Time, armarx::FramedPose>> objectPoseCache;