49 Eigen::Matrix4f getAttachedObjectPoseInFrame(
const Attachment& attachment,
50 const std::string& frame);
52 const std::string& frame);
59 ObjectInstanceMemorySegmentBasePrx objectInstanceSegment;
63 std::string robotNode;
64 Eigen::Matrix4f initialPose = Eigen::Matrix4f::Identity();
65 Eigen::Matrix4f objectOffset = Eigen::Matrix4f::Identity();
69 std::map<std::string, Attachment> attachments;
70 std::map<std::string, std::pair<IceUtil::Time, armarx::FramedPose>> objectPoseCache;